New upstream version 6.8.2.1
authorStuart Prescott <stuart@debian.org>
Sat, 15 Feb 2025 13:28:09 +0000 (00:28 +1100)
committerStuart Prescott <stuart@debian.org>
Sat, 15 Feb 2025 13:28:09 +0000 (00:28 +1100)
commit0609b97a84f8e17e00d584f0f75cb6803e14993c
treec6453783e8763cf48bf7a5777c7098dff2608a10
parentfe0af22672d31dc4b43bcc60fdd32d86819e35b1
New upstream version 6.8.2.1
2158 files changed:
.gitignore
.vscode/settings.json
README.md
README.pyside6_addons.md
build_scripts/__init__.py
build_scripts/build_info_collector.py
build_scripts/config.py
build_scripts/log.py
build_scripts/main.py
build_scripts/options.py
build_scripts/platforms/__init__.py
build_scripts/platforms/linux.py
build_scripts/platforms/macos.py
build_scripts/platforms/unix.py
build_scripts/platforms/windows_desktop.py
build_scripts/qfp_tool.py
build_scripts/qtinfo.py
build_scripts/setup_runner.py
build_scripts/utils.py
build_scripts/wheel_files.py
build_scripts/wheel_override.py
build_scripts/wheel_utils.py
coin/dependencies.yaml
coin/fetch_libclang_arm64.sh [new file with mode: 0644]
coin/instructions/common_environment.yaml
coin/instructions/execute_android_instructions.yaml [new file with mode: 0644]
coin/instructions/execute_build_instructions.yaml
coin/instructions/execute_desktop_instructions.yaml [new file with mode: 0644]
coin/instructions/execute_license_check.yaml [deleted file]
coin/instructions/execute_test_instructions.yaml
coin/instructions_utils.py [new file with mode: 0644]
coin/module_config.yaml
coin_build_instructions.py
coin_test_instructions.py
create_wheels.py
doc/changelogs/changes-6.7.3 [new file with mode: 0644]
doc/changelogs/changes-6.8.0 [new file with mode: 0644]
doc/changelogs/changes-6.8.1 [new file with mode: 0644]
doc/changelogs/changes-6.8.1.1 [new file with mode: 0644]
doc/changelogs/changes-6.8.2 [new file with mode: 0644]
doc/changelogs/changes-6.8.2.1 [new file with mode: 0644]
examples/3d/simple3d/simple3d.py
examples/async/eratosthenes/eratosthenes_asyncio.py
examples/async/eratosthenes/eratosthenes_trio.py
examples/async/minimal/minimal_asyncio.py
examples/async/minimal/minimal_trio.py
examples/axcontainer/axviewer/axviewer.py
examples/bluetooth/btscanner/device.py
examples/bluetooth/btscanner/main.py
examples/bluetooth/btscanner/service.py
examples/bluetooth/btscanner/service.ui
examples/bluetooth/btscanner/ui_device.py
examples/bluetooth/btscanner/ui_service.py
examples/bluetooth/heartrate_game/bluetoothbaseclass.py
examples/bluetooth/heartrate_game/connectionhandler.py
examples/bluetooth/heartrate_game/devicefinder.py
examples/bluetooth/heartrate_game/devicehandler.py
examples/bluetooth/heartrate_game/deviceinfo.py
examples/bluetooth/heartrate_game/heartrate_global.py
examples/bluetooth/heartrate_game/main.py
examples/bluetooth/heartrate_server/heartrate_server.py
examples/bluetooth/lowenergyscanner/characteristicinfo.py
examples/bluetooth/lowenergyscanner/device.py
examples/bluetooth/lowenergyscanner/deviceinfo.py
examples/bluetooth/lowenergyscanner/main.py
examples/bluetooth/lowenergyscanner/serviceinfo.py
examples/charts/areachart/areachart.py
examples/charts/audio/audio.py
examples/charts/barchart/barchart.py
examples/charts/callout/callout.py
examples/charts/chartthemes/main.py
examples/charts/chartthemes/themewidget.ui
examples/charts/chartthemes/ui_themewidget.py
examples/charts/donutbreakdown/donutbreakdown.py
examples/charts/dynamicspline/chart.py
examples/charts/dynamicspline/main.py
examples/charts/legend/legend.py
examples/charts/lineandbar/lineandbar.py
examples/charts/linechart/linechart.py
examples/charts/logvalueaxis/logvalueaxis.py
examples/charts/memoryusage/memoryusage.py
examples/charts/modeldata/modeldata.py
examples/charts/nesteddonuts/nesteddonuts.py
examples/charts/percentbarchart/percentbarchart.py
examples/charts/piechart/piechart.py
examples/charts/pointconfiguration/chartwindow.py
examples/charts/pointconfiguration/doc/pointconfiguration.rst
examples/charts/pointconfiguration/pointconfiguration.py
examples/charts/pointselectionandmarkers/pointselectionandmarkers.py
examples/charts/pointselectionandmarkers/utilities.py
examples/charts/qmlpolarchart/qmlpolarchart.py
examples/charts/temperaturerecords/temperaturerecords.py
examples/charts/zoomlinechart/chart.py [new file with mode: 0644]
examples/charts/zoomlinechart/chartview.py [new file with mode: 0644]
examples/charts/zoomlinechart/doc/zoomlinechart.png [new file with mode: 0644]
examples/charts/zoomlinechart/doc/zoomlinechart.rst [new file with mode: 0644]
examples/charts/zoomlinechart/main.py [new file with mode: 0644]
examples/charts/zoomlinechart/zoomlinechart.pyproject [new file with mode: 0644]
examples/corelib/ipc/sharedmemory/dialog.py
examples/corelib/ipc/sharedmemory/dialog.ui
examples/corelib/ipc/sharedmemory/doc/sharedmemory.png [new file with mode: 0644]
examples/corelib/ipc/sharedmemory/doc/sharedmemory.rst [new file with mode: 0644]
examples/corelib/ipc/sharedmemory/main.py
examples/corelib/ipc/sharedmemory/ui_dialog.py
examples/corelib/mimetypesbrowser/doc/mimetypesbrowser.rst
examples/corelib/mimetypesbrowser/mainwindow.py
examples/corelib/mimetypesbrowser/mimetypemodel.py
examples/corelib/mimetypesbrowser/mimetypesbrowser.py
examples/corelib/settingseditor/settingseditor.py
examples/corelib/threads/mandelbrot.py
examples/datavisualization/bars3d/bars3d.py
examples/datavisualization/graphgallery/axesinputhandler.py
examples/datavisualization/graphgallery/bargraph.py
examples/datavisualization/graphgallery/custominputhandler.py
examples/datavisualization/graphgallery/graphmodifier.py
examples/datavisualization/graphgallery/highlightseries.py
examples/datavisualization/graphgallery/main.py
examples/datavisualization/graphgallery/rainfalldata.py
examples/datavisualization/graphgallery/scatterdatamodifier.py
examples/datavisualization/graphgallery/scattergraph.py
examples/datavisualization/graphgallery/surfacegraph.py
examples/datavisualization/graphgallery/surfacegraphmodifier.py
examples/datavisualization/graphgallery/topographicseries.py
examples/datavisualization/graphgallery/variantbardatamapping.py
examples/datavisualization/graphgallery/variantbardataproxy.py
examples/datavisualization/graphgallery/variantdataset.py
examples/datavisualization/minimalsurface/main.py
examples/datavisualization/qmlsurfacegallery/datasource.py
examples/datavisualization/qmlsurfacegallery/main.py
examples/datavisualization/surface/main.py
examples/datavisualization/surface/surfacegraph.py
examples/datavisualization/surface_model_numpy/main.py
examples/datavisualization/surface_model_numpy/surfacegraph.py
examples/datavisualization/surface_numpy/main.py
examples/datavisualization/surface_numpy/surfacegraph.py
examples/dbus/listnames/doc/listnames.rst [new file with mode: 0644]
examples/dbus/listnames/listnames.py
examples/dbus/pingpong/doc/pingpong.rst [new file with mode: 0644]
examples/dbus/pingpong/ping.py
examples/dbus/pingpong/pong.py
examples/demos/colorpaletteclient/abstractresource.py
examples/demos/colorpaletteclient/basiclogin.py
examples/demos/colorpaletteclient/main.py
examples/demos/colorpaletteclient/paginatedresource.py
examples/demos/colorpaletteclient/restservice.py
examples/demos/documentviewer/abstractviewer.py
examples/demos/documentviewer/jsonviewer/jsonviewer.py
examples/demos/documentviewer/main.py
examples/demos/documentviewer/mainwindow.py
examples/demos/documentviewer/mainwindow.ui
examples/demos/documentviewer/pdfviewer/pdfviewer.py
examples/demos/documentviewer/pdfviewer/zoomselector.py
examples/demos/documentviewer/recentfilemenu.py
examples/demos/documentviewer/recentfiles.py
examples/demos/documentviewer/txtviewer/txtviewer.py
examples/demos/documentviewer/ui_mainwindow.py
examples/demos/documentviewer/viewerfactory.py
examples/demos/osmbuildings/OSMBuildings/Main.qml [new file with mode: 0644]
examples/demos/osmbuildings/OSMBuildings/OSMCameraController.qml [new file with mode: 0644]
examples/demos/osmbuildings/OSMBuildings/customshadertiles.frag [new file with mode: 0644]
examples/demos/osmbuildings/OSMBuildings/qmldir [new file with mode: 0644]
examples/demos/osmbuildings/doc/osmbuildings.rst [new file with mode: 0644]
examples/demos/osmbuildings/doc/osmbuildings.webp [new file with mode: 0644]
examples/demos/osmbuildings/main.py [new file with mode: 0644]
examples/demos/osmbuildings/manager.py [new file with mode: 0644]
examples/demos/osmbuildings/osmbuildings.pyproject [new file with mode: 0644]
examples/demos/osmbuildings/request.py [new file with mode: 0644]
examples/designer/taskmenuextension/doc/taskmenuextension.rst
examples/designer/taskmenuextension/main.py
examples/designer/taskmenuextension/registertictactoe.py
examples/designer/taskmenuextension/tictactoe.py
examples/designer/taskmenuextension/tictactoeplugin.py
examples/designer/taskmenuextension/tictactoetaskmenu.py
examples/external/matplotlib/widget3d/widget3d.py
examples/external/matplotlib/widget_gaussian/widget_gaussian.py
examples/external/networkx/main.py
examples/external/opencv/webcam_pattern_detection.py
examples/external/pandas/dataframe_model.py
examples/external/scikit/staining_colors_separation.py
examples/graphs/2d/hellographs/HelloGraphs/Main.qml
examples/graphs/2d/hellographs/main.py
examples/graphs/3d/bars/Bars/Axes.qml [new file with mode: 0644]
examples/graphs/3d/bars/Bars/Data.qml [new file with mode: 0644]
examples/graphs/3d/bars/Bars/Main.qml [new file with mode: 0644]
examples/graphs/3d/bars/Bars/qmldir [new file with mode: 0644]
examples/graphs/3d/bars/bars.pyproject [new file with mode: 0644]
examples/graphs/3d/bars/doc/bars-example.webp [new file with mode: 0644]
examples/graphs/3d/bars/doc/bars.rst [new file with mode: 0644]
examples/graphs/3d/bars/main.py [new file with mode: 0644]
examples/graphs/3d/minimalsurfacegraph/main.py
examples/graphs/3d/minimalsurfacegraph/minimalsurfacegraph.pyproject [new file with mode: 0644]
examples/graphs/3d/widgetgallery/axesinputhandler.py [deleted file]
examples/graphs/3d/widgetgallery/bargraph.py [deleted file]
examples/graphs/3d/widgetgallery/custominputhandler.py [deleted file]
examples/graphs/3d/widgetgallery/data/layer_1.png [deleted file]
examples/graphs/3d/widgetgallery/data/layer_2.png [deleted file]
examples/graphs/3d/widgetgallery/data/layer_3.png [deleted file]
examples/graphs/3d/widgetgallery/data/license.txt [deleted file]
examples/graphs/3d/widgetgallery/data/maptexture.jpg [deleted file]
examples/graphs/3d/widgetgallery/data/narrowarrow.mesh [deleted file]
examples/graphs/3d/widgetgallery/data/oilrig.mesh [deleted file]
examples/graphs/3d/widgetgallery/data/pipe.mesh [deleted file]
examples/graphs/3d/widgetgallery/data/raindata.txt [deleted file]
examples/graphs/3d/widgetgallery/data/refinery.mesh [deleted file]
examples/graphs/3d/widgetgallery/data/topography.png [deleted file]
examples/graphs/3d/widgetgallery/doc/widgetgallery.rst [deleted file]
examples/graphs/3d/widgetgallery/doc/widgetgallery.webp [deleted file]
examples/graphs/3d/widgetgallery/graphmodifier.py [deleted file]
examples/graphs/3d/widgetgallery/highlightseries.py [deleted file]
examples/graphs/3d/widgetgallery/main.py [deleted file]
examples/graphs/3d/widgetgallery/rainfalldata.py [deleted file]
examples/graphs/3d/widgetgallery/scatterdatamodifier.py [deleted file]
examples/graphs/3d/widgetgallery/scattergraph.py [deleted file]
examples/graphs/3d/widgetgallery/surfacegraph.py [deleted file]
examples/graphs/3d/widgetgallery/surfacegraphmodifier.py [deleted file]
examples/graphs/3d/widgetgallery/topographicseries.py [deleted file]
examples/graphs/3d/widgetgallery/variantbardatamapping.py [deleted file]
examples/graphs/3d/widgetgallery/variantbardataproxy.py [deleted file]
examples/graphs/3d/widgetgallery/variantdataset.py [deleted file]
examples/graphs/3d/widgetgallery/widgetgallery.pyproject [deleted file]
examples/graphs/3d/widgetgraphgallery/bargraph.py [new file with mode: 0644]
examples/graphs/3d/widgetgraphgallery/data/layer_1.png [new file with mode: 0644]
examples/graphs/3d/widgetgraphgallery/data/layer_2.png [new file with mode: 0644]
examples/graphs/3d/widgetgraphgallery/data/layer_3.png [new file with mode: 0644]
examples/graphs/3d/widgetgraphgallery/data/license.txt [new file with mode: 0644]
examples/graphs/3d/widgetgraphgallery/data/maptexture.jpg [new file with mode: 0644]
examples/graphs/3d/widgetgraphgallery/data/narrowarrow.mesh [new file with mode: 0644]
examples/graphs/3d/widgetgraphgallery/data/oilrig.mesh [new file with mode: 0644]
examples/graphs/3d/widgetgraphgallery/data/pipe.mesh [new file with mode: 0644]
examples/graphs/3d/widgetgraphgallery/data/raindata.txt [new file with mode: 0644]
examples/graphs/3d/widgetgraphgallery/data/refinery.mesh [new file with mode: 0644]
examples/graphs/3d/widgetgraphgallery/data/topography.png [new file with mode: 0644]
examples/graphs/3d/widgetgraphgallery/doc/widgetgraphgallery.rst [new file with mode: 0644]
examples/graphs/3d/widgetgraphgallery/doc/widgetgraphgallery.webp [new file with mode: 0644]
examples/graphs/3d/widgetgraphgallery/graphmodifier.py [new file with mode: 0644]
examples/graphs/3d/widgetgraphgallery/highlightseries.py [new file with mode: 0644]
examples/graphs/3d/widgetgraphgallery/main.py [new file with mode: 0644]
examples/graphs/3d/widgetgraphgallery/rainfalldata.py [new file with mode: 0644]
examples/graphs/3d/widgetgraphgallery/scatterdatamodifier.py [new file with mode: 0644]
examples/graphs/3d/widgetgraphgallery/scattergraph.py [new file with mode: 0644]
examples/graphs/3d/widgetgraphgallery/surfacegraph.py [new file with mode: 0644]
examples/graphs/3d/widgetgraphgallery/surfacegraphmodifier.py [new file with mode: 0644]
examples/graphs/3d/widgetgraphgallery/topographicseries.py [new file with mode: 0644]
examples/graphs/3d/widgetgraphgallery/variantbardatamapping.py [new file with mode: 0644]
examples/graphs/3d/widgetgraphgallery/variantbardataproxy.py [new file with mode: 0644]
examples/graphs/3d/widgetgraphgallery/variantdataset.py [new file with mode: 0644]
examples/graphs/3d/widgetgraphgallery/widgetgraphgallery.pyproject [new file with mode: 0644]
examples/gui/analogclock/main.py
examples/gui/rhiwindow/doc/rhiwindow.rst
examples/gui/rhiwindow/main.py
examples/gui/rhiwindow/rhiwindow.py
examples/httpserver/afterrequest/doc/afterrequest.rst [deleted file]
examples/httpserver/afterrequest/main.py [deleted file]
examples/httpserver/simplehttpserver/doc/simplehttpserver.rst [new file with mode: 0644]
examples/httpserver/simplehttpserver/main.py [new file with mode: 0644]
examples/httpserver/simplehttpserver/simplehttpserver.pyproject [new file with mode: 0644]
examples/installer_test/hello.py
examples/location/mapviewer/MapViewer/forms/MessageForm.ui.qml
examples/location/mapviewer/main.py
examples/multimedia/audiooutput/audiooutput.py
examples/multimedia/audiosource/audiosource.py
examples/multimedia/audiosource/doc/audiosource.rst
examples/multimedia/camera/camera.py
examples/multimedia/camera/camera.ui
examples/multimedia/camera/camera_mobile.ui
examples/multimedia/camera/imagesettings.py
examples/multimedia/camera/imagesettings.ui
examples/multimedia/camera/main.py
examples/multimedia/camera/metadatadialog.py
examples/multimedia/camera/ui_camera.py
examples/multimedia/camera/ui_camera_mobile.py
examples/multimedia/camera/ui_imagesettings.py
examples/multimedia/camera/ui_videosettings.py
examples/multimedia/camera/ui_videosettings_mobile.py
examples/multimedia/camera/videosettings.py
examples/multimedia/camera/videosettings.ui
examples/multimedia/camera/videosettings_mobile.ui
examples/multimedia/player/player.py
examples/multimedia/screencapture/main.py
examples/multimedia/screencapture/screencapturepreview.py
examples/multimedia/screencapture/screenlistmodel.py
examples/multimedia/screencapture/windowlistmodel.py
examples/network/blockingfortuneclient/blockingfortuneclient.py
examples/network/blockingfortuneclient/doc/blockingfortuneclient.png [new file with mode: 0644]
examples/network/blockingfortuneclient/doc/blockingfortuneclient.rst [new file with mode: 0644]
examples/network/downloader/downloader.py
examples/network/fortuneclient/doc/fortuneclient.png [new file with mode: 0644]
examples/network/fortuneclient/doc/fortuneclient.rst [new file with mode: 0644]
examples/network/fortuneclient/fortuneclient.py
examples/network/fortuneserver/doc/fortuneserver.png [new file with mode: 0644]
examples/network/fortuneserver/doc/fortuneserver.rst [new file with mode: 0644]
examples/network/fortuneserver/fortuneserver.py
examples/network/googlesuggest/googlesuggest.py
examples/network/googlesuggest/main.py
examples/network/googlesuggest/searchbox.py
examples/network/loopback/dialog.py
examples/network/loopback/main.py
examples/network/threadedfortuneserver/doc/threadedfortuneserver.png [new file with mode: 0644]
examples/network/threadedfortuneserver/doc/threadedfortuneserver.rst [new file with mode: 0644]
examples/network/threadedfortuneserver/threadedfortuneserver.py
examples/networkauth/redditclient/main.py
examples/networkauth/redditclient/redditmodel.py
examples/networkauth/redditclient/redditwrapper.py
examples/opengl/contextinfo/contextinfo.py
examples/opengl/contextinfo/requirements.txt [new file with mode: 0644]
examples/opengl/hellogl2/glwidget.py
examples/opengl/hellogl2/logo.py
examples/opengl/hellogl2/main.py
examples/opengl/hellogl2/mainwindow.py
examples/opengl/hellogl2/requirements.txt [new file with mode: 0644]
examples/opengl/hellogl2/window.py
examples/opengl/textures/requirements.txt [new file with mode: 0644]
examples/opengl/textures/textures.py
examples/opengl/threadedqopenglwidget/glwidget.py
examples/opengl/threadedqopenglwidget/main.py
examples/opengl/threadedqopenglwidget/mainwindow.py
examples/opengl/threadedqopenglwidget/renderer.py
examples/opengl/threadedqopenglwidget/requirements.txt [new file with mode: 0644]
examples/pdf/quickpdfviewer/main.py
examples/pdfwidgets/pdfviewer/main.py
examples/pdfwidgets/pdfviewer/mainwindow.py
examples/pdfwidgets/pdfviewer/mainwindow.ui
examples/pdfwidgets/pdfviewer/ui_mainwindow.py
examples/pdfwidgets/pdfviewer/zoomselector.py
examples/qml/editingmodel/main.py
examples/qml/editingmodel/model.py
examples/qml/signals/pytoqml1/main.py [deleted file]
examples/qml/signals/pytoqml1/pytoqml1.pyproject [deleted file]
examples/qml/signals/pytoqml1/view.qml [deleted file]
examples/qml/signals/pytoqml2/main.py [deleted file]
examples/qml/signals/pytoqml2/pytoqml2.pyproject [deleted file]
examples/qml/signals/pytoqml2/view.qml [deleted file]
examples/qml/signals/qmltopy1/doc/qmltopy1.rst [new file with mode: 0644]
examples/qml/signals/qmltopy1/main.py
examples/qml/signals/qmltopy2/doc/qmltopy2.rst [new file with mode: 0644]
examples/qml/signals/qmltopy2/main.py
examples/qml/signals/qmltopy3/doc/qmltopy3.rst [new file with mode: 0644]
examples/qml/signals/qmltopy3/main.py
examples/qml/signals/qmltopy4/doc/qmltopy4.rst [new file with mode: 0644]
examples/qml/signals/qmltopy4/main.py
examples/qml/textproperties/main.py
examples/qml/tutorials/extending-qml-advanced/adding/doc/adding.rst
examples/qml/tutorials/extending-qml-advanced/adding/main.py
examples/qml/tutorials/extending-qml-advanced/adding/person.py
examples/qml/tutorials/extending-qml-advanced/advanced1-Base-project/birthdayparty.py
examples/qml/tutorials/extending-qml-advanced/advanced1-Base-project/doc/advanced1-Base-project.rst
examples/qml/tutorials/extending-qml-advanced/advanced1-Base-project/main.py
examples/qml/tutorials/extending-qml-advanced/advanced1-Base-project/person.py
examples/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/birthdayparty.py
examples/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/doc/advanced2-Inheritance-and-coercion.rst
examples/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/main.py
examples/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/person.py
examples/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/birthdayparty.py
examples/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/doc/advanced3-Default-properties.rst
examples/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/main.py
examples/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/person.py
examples/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/birthdayparty.py
examples/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/doc/advanced4-Grouped-properties.rst
examples/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/main.py
examples/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/person.py
examples/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/birthdayparty.py
examples/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/doc/advanced5-Attached-properties.rst
examples/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/main.py
examples/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/person.py
examples/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/birthdayparty.py
examples/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/doc/advanced6-Property-value-source.rst
examples/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/happybirthdaysong.py
examples/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/main.py
examples/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/person.py
examples/qml/tutorials/extending-qml-advanced/binding/birthdayparty.py
examples/qml/tutorials/extending-qml-advanced/binding/doc/binding.rst
examples/qml/tutorials/extending-qml-advanced/binding/happybirthdaysong.py
examples/qml/tutorials/extending-qml-advanced/binding/main.py
examples/qml/tutorials/extending-qml-advanced/binding/person.py
examples/qml/tutorials/extending-qml-advanced/extended/doc/extended.rst
examples/qml/tutorials/extending-qml-advanced/extended/main.py
examples/qml/tutorials/extending-qml-advanced/methods/birthdayparty.py
examples/qml/tutorials/extending-qml-advanced/methods/doc/methods.rst
examples/qml/tutorials/extending-qml-advanced/methods/main.py
examples/qml/tutorials/extending-qml-advanced/methods/person.py
examples/qml/tutorials/extending-qml-advanced/properties/birthdayparty.py
examples/qml/tutorials/extending-qml-advanced/properties/doc/properties.rst
examples/qml/tutorials/extending-qml-advanced/properties/main.py
examples/qml/tutorials/extending-qml-advanced/properties/person.py
examples/qml/tutorials/extending-qml/chapter1-basics/basics.py
examples/qml/tutorials/extending-qml/chapter1-basics/doc/chapter1-basics.rst
examples/qml/tutorials/extending-qml/chapter2-methods/doc/chapter2-methods.rst
examples/qml/tutorials/extending-qml/chapter2-methods/methods.py
examples/qml/tutorials/extending-qml/chapter3-bindings/bindings.py
examples/qml/tutorials/extending-qml/chapter3-bindings/doc/chapter3-bindings.rst
examples/qml/tutorials/extending-qml/chapter4-customPropertyTypes/customPropertyTypes.py
examples/qml/tutorials/extending-qml/chapter4-customPropertyTypes/doc/chapter4-customPropertyTypes.rst
examples/qml/tutorials/extending-qml/chapter5-listproperties/doc/chapter5-listproperties.rst
examples/qml/tutorials/extending-qml/chapter5-listproperties/listproperties.py
examples/qml/tutorials/extending-qml/chapter6-plugins/Charts/piechart.py
examples/qml/tutorials/extending-qml/chapter6-plugins/Charts/pieslice.py
examples/qml/tutorials/extending-qml/chapter6-plugins/doc/chapter6-plugins.rst
examples/qml/usingmodel/usingmodel.py
examples/quick/models/objectlistmodel/objectlistmodel.py
examples/quick/models/stringlistmodel/stringlistmodel.py
examples/quick/painteditem/painteditem.py
examples/quick/rendercontrol/rendercontrol_opengl/cuberenderer.py
examples/quick/rendercontrol/rendercontrol_opengl/main.py
examples/quick/rendercontrol/rendercontrol_opengl/requirements.txt [new file with mode: 0644]
examples/quick/rendercontrol/rendercontrol_opengl/window_singlethreaded.py
examples/quick/scenegraph/openglunderqml/main.py
examples/quick/scenegraph/openglunderqml/requirements.txt [new file with mode: 0644]
examples/quick/scenegraph/openglunderqml/squircle.py
examples/quick/scenegraph/openglunderqml/squirclerenderer.py
examples/quick/scenegraph/scenegraph_customgeometry/main.py
examples/quick/shared/FlickrRssModel.qml
examples/quick/window/main.py
examples/quick3d/customgeometry/examplepoint.py
examples/quick3d/customgeometry/exampletriangle.py
examples/quick3d/customgeometry/main.py
examples/quick3d/intro/main.py
examples/quick3d/proceduraltexture/gradienttexture.py
examples/quick3d/proceduraltexture/main.py
examples/quickcontrols/contactslist/contactmodel.py
examples/quickcontrols/contactslist/main.py
examples/quickcontrols/filesystemexplorer/doc/filesystemexplorer.rst
examples/quickcontrols/filesystemexplorer/editormodels.py
examples/quickcontrols/filesystemexplorer/main.py
examples/quickcontrols/gallery/gallery.py
examples/remoteobjects/modelview/doc/modelview.rst [new file with mode: 0644]
examples/remoteobjects/modelview/modelviewclient.py
examples/remoteobjects/modelview/modelviewserver.py
examples/samplebinding/doc/samplebinding.pyproject
examples/samplebinding/doc/samplebinding.rst
examples/samplebinding/main.py
examples/scriptableapplication/doc/scriptableapplication.pyproject
examples/scriptableapplication/mainwindow.cpp
examples/scriptableapplication/mainwindow.h
examples/serialbus/can/bitratebox.py
examples/serialbus/can/canbusdeviceinfobox.py
examples/serialbus/can/canbusdeviceinfobox.ui
examples/serialbus/can/canbusdeviceinfodialog.py
examples/serialbus/can/canbusdeviceinfodialog.ui
examples/serialbus/can/connectdialog.py
examples/serialbus/can/connectdialog.ui
examples/serialbus/can/main.py
examples/serialbus/can/mainwindow.py
examples/serialbus/can/mainwindow.ui
examples/serialbus/can/receivedframesmodel.py
examples/serialbus/can/receivedframesview.py
examples/serialbus/can/sendframebox.py
examples/serialbus/can/sendframebox.ui
examples/serialbus/can/ui_canbusdeviceinfobox.py
examples/serialbus/can/ui_canbusdeviceinfodialog.py
examples/serialbus/can/ui_connectdialog.py
examples/serialbus/can/ui_mainwindow.py
examples/serialbus/can/ui_sendframebox.py
examples/serialbus/modbus/modbusclient/main.py
examples/serialbus/modbus/modbusclient/mainwindow.py
examples/serialbus/modbus/modbusclient/mainwindow.ui
examples/serialbus/modbus/modbusclient/settingsdialog.py
examples/serialbus/modbus/modbusclient/settingsdialog.ui
examples/serialbus/modbus/modbusclient/ui_mainwindow.py
examples/serialbus/modbus/modbusclient/ui_settingsdialog.py
examples/serialbus/modbus/modbusclient/writeregistermodel.py
examples/serialport/terminal/console.py
examples/serialport/terminal/main.py
examples/serialport/terminal/mainwindow.py
examples/serialport/terminal/mainwindow.ui
examples/serialport/terminal/settingsdialog.py
examples/serialport/terminal/settingsdialog.ui
examples/serialport/terminal/ui_mainwindow.py
examples/serialport/terminal/ui_settingsdialog.py
examples/spatialaudio/audiopanning/main.py
examples/speech/hello_speak/doc/hello_speak.rst
examples/speech/hello_speak/main.py
examples/speech/hello_speak/mainwindow.py
examples/speech/hello_speak/mainwindow.ui
examples/speech/hello_speak/ui_mainwindow.py
examples/sql/books/bookdelegate.py
examples/sql/books/bookwindow.py
examples/sql/books/bookwindow.ui
examples/sql/books/createdb.py
examples/sql/books/main.py
examples/sql/books/ui_bookwindow.py
examples/sql/relationaltablemodel/connection.py
examples/sql/relationaltablemodel/relationaltablemodel.py
examples/statemachine/moveblocks/moveblocks.py
examples/statemachine/ping_pong/doc/ping_pong.rst [new file with mode: 0644]
examples/statemachine/ping_pong/doc/pingpong.png [new file with mode: 0644]
examples/statemachine/ping_pong/ping_pong.py
examples/statemachine/rogue/doc/rogue.png [new file with mode: 0644]
examples/statemachine/rogue/doc/rogue.rst [new file with mode: 0644]
examples/statemachine/rogue/rogue.py
examples/statemachine/trafficlight/trafficlight.py
examples/tutorials/finance_manager/part1/Finance/AddDialog.qml [new file with mode: 0644]
examples/tutorials/finance_manager/part1/Finance/FinanceDelegate.qml [new file with mode: 0644]
examples/tutorials/finance_manager/part1/Finance/FinancePieChart.qml [new file with mode: 0644]
examples/tutorials/finance_manager/part1/Finance/FinanceView.qml [new file with mode: 0644]
examples/tutorials/finance_manager/part1/Finance/Main.qml [new file with mode: 0644]
examples/tutorials/finance_manager/part1/Finance/qmldir [new file with mode: 0644]
examples/tutorials/finance_manager/part1/doc/part1.md [new file with mode: 0644]
examples/tutorials/finance_manager/part1/financemodel.py [new file with mode: 0644]
examples/tutorials/finance_manager/part1/main.py [new file with mode: 0644]
examples/tutorials/finance_manager/part1/part1.pyproject [new file with mode: 0644]
examples/tutorials/finance_manager/part2/Finance/AddDialog.qml [new file with mode: 0644]
examples/tutorials/finance_manager/part2/Finance/FinanceDelegate.qml [new file with mode: 0644]
examples/tutorials/finance_manager/part2/Finance/FinancePieChart.qml [new file with mode: 0644]
examples/tutorials/finance_manager/part2/Finance/FinanceView.qml [new file with mode: 0644]
examples/tutorials/finance_manager/part2/Finance/Main.qml [new file with mode: 0644]
examples/tutorials/finance_manager/part2/Finance/qmldir [new file with mode: 0644]
examples/tutorials/finance_manager/part2/database.py [new file with mode: 0644]
examples/tutorials/finance_manager/part2/doc/part2.md [new file with mode: 0644]
examples/tutorials/finance_manager/part2/financemodel.py [new file with mode: 0644]
examples/tutorials/finance_manager/part2/main.py [new file with mode: 0644]
examples/tutorials/finance_manager/part2/part2.pyproject [new file with mode: 0644]
examples/tutorials/finance_manager/part2/requirements.txt [new file with mode: 0644]
examples/tutorials/finance_manager/part3/Backend/database.py [new file with mode: 0644]
examples/tutorials/finance_manager/part3/Backend/main.py [new file with mode: 0644]
examples/tutorials/finance_manager/part3/Backend/rest_api.py [new file with mode: 0644]
examples/tutorials/finance_manager/part3/Frontend/Finance/AddDialog.qml [new file with mode: 0644]
examples/tutorials/finance_manager/part3/Frontend/Finance/FinanceDelegate.qml [new file with mode: 0644]
examples/tutorials/finance_manager/part3/Frontend/Finance/FinancePieChart.qml [new file with mode: 0644]
examples/tutorials/finance_manager/part3/Frontend/Finance/FinanceView.qml [new file with mode: 0644]
examples/tutorials/finance_manager/part3/Frontend/Finance/Main.qml [new file with mode: 0644]
examples/tutorials/finance_manager/part3/Frontend/Finance/qmldir [new file with mode: 0644]
examples/tutorials/finance_manager/part3/Frontend/financemodel.py [new file with mode: 0644]
examples/tutorials/finance_manager/part3/Frontend/main.py [new file with mode: 0644]
examples/tutorials/finance_manager/part3/doc/part3.md [new file with mode: 0644]
examples/tutorials/finance_manager/part3/part3.pyproject [new file with mode: 0644]
examples/tutorials/finance_manager/part3/requirements.txt [new file with mode: 0644]
examples/uitools/uiloader/doc/uiloader.rst [new file with mode: 0644]
examples/uitools/uiloader/uiloader.py
examples/utils/pyside_config.py
examples/webchannel/standalone/core.py
examples/webchannel/standalone/dialog.py
examples/webchannel/standalone/main.py
examples/webchannel/standalone/ui_dialog.py
examples/webchannel/standalone/websocketclientwrapper.py
examples/webchannel/standalone/websockettransport.py
examples/webenginequick/nanobrowser/quicknanobrowser.py
examples/webenginewidgets/markdowneditor/doc/markdowneditor.png [new file with mode: 0644]
examples/webenginewidgets/markdowneditor/doc/markdowneditor.rst [new file with mode: 0644]
examples/webenginewidgets/markdowneditor/document.py
examples/webenginewidgets/markdowneditor/main.py
examples/webenginewidgets/markdowneditor/mainwindow.py
examples/webenginewidgets/markdowneditor/mainwindow.ui
examples/webenginewidgets/markdowneditor/previewpage.py
examples/webenginewidgets/markdowneditor/resources/index.html
examples/webenginewidgets/markdowneditor/ui_mainwindow.py
examples/webenginewidgets/notifications/main.py
examples/webenginewidgets/notifications/notificationpopup.py
examples/webenginewidgets/simplebrowser/browser.py
examples/webenginewidgets/simplebrowser/browserwindow.py
examples/webenginewidgets/simplebrowser/certificateerrordialog.ui
examples/webenginewidgets/simplebrowser/downloadmanagerwidget.py
examples/webenginewidgets/simplebrowser/downloadmanagerwidget.ui
examples/webenginewidgets/simplebrowser/downloadwidget.py
examples/webenginewidgets/simplebrowser/downloadwidget.ui
examples/webenginewidgets/simplebrowser/main.py
examples/webenginewidgets/simplebrowser/passworddialog.ui
examples/webenginewidgets/simplebrowser/tabwidget.py
examples/webenginewidgets/simplebrowser/ui_certificateerrordialog.py
examples/webenginewidgets/simplebrowser/ui_downloadmanagerwidget.py
examples/webenginewidgets/simplebrowser/ui_downloadwidget.py
examples/webenginewidgets/simplebrowser/ui_passworddialog.py
examples/webenginewidgets/simplebrowser/webpage.py
examples/webenginewidgets/simplebrowser/webpopupwindow.py
examples/webenginewidgets/simplebrowser/webview.py
examples/webenginewidgets/widgetsnanobrowser/widgetsnanobrowser.py
examples/webview/minibrowser/doc/minibrowser.rst [new file with mode: 0644]
examples/webview/minibrowser/doc/minibrowser.webp [new file with mode: 0644]
examples/webview/minibrowser/images/left-32.png [new file with mode: 0644]
examples/webview/minibrowser/images/refresh-32.png [new file with mode: 0644]
examples/webview/minibrowser/images/right-32.png [new file with mode: 0644]
examples/webview/minibrowser/images/settings-32.png [new file with mode: 0644]
examples/webview/minibrowser/images/stop-32.png [new file with mode: 0644]
examples/webview/minibrowser/main.py [new file with mode: 0644]
examples/webview/minibrowser/main.qml [new file with mode: 0644]
examples/webview/minibrowser/minibrowser.pyproject [new file with mode: 0644]
examples/webview/minibrowser/qml.qrc [new file with mode: 0644]
examples/webview/minibrowser/rc_qml.py [new file with mode: 0644]
examples/widgetbinding/dialog.py
examples/widgetbinding/doc/widgetbinding.pyproject
examples/widgetbinding/main.py
examples/widgetbinding/registerwigglywidget.py
examples/widgetbinding/wigglywidget.py
examples/widgets/animation/animatedtiles/animatedtiles.py
examples/widgets/animation/appchooser/appchooser.py
examples/widgets/animation/easing/easing.py
examples/widgets/animation/easing/form.ui
examples/widgets/animation/easing/ui_form.py
examples/widgets/animation/states/states.py
examples/widgets/animation/states/states_rc.py
examples/widgets/desktop/screenshot/screenshot.py
examples/widgets/desktop/systray/doc/systray.png [new file with mode: 0644]
examples/widgets/desktop/systray/doc/systray.rst [new file with mode: 0644]
examples/widgets/desktop/systray/main.py
examples/widgets/desktop/systray/window.py
examples/widgets/dialogs/classwizard/classwizard.py
examples/widgets/dialogs/classwizard/listchooser.py
examples/widgets/dialogs/extension/doc/extension.png [new file with mode: 0644]
examples/widgets/dialogs/extension/doc/extension.rst [new file with mode: 0644]
examples/widgets/dialogs/extension/extension.py
examples/widgets/dialogs/licensewizard/licensewizard.py
examples/widgets/dialogs/licensewizard/main.py
examples/widgets/dialogs/standarddialogs/doc/standarddialogs.png [new file with mode: 0644]
examples/widgets/dialogs/standarddialogs/doc/standarddialogs.rst [new file with mode: 0644]
examples/widgets/dialogs/standarddialogs/standarddialogs.py
examples/widgets/dialogs/tabdialog/tabdialog.py
examples/widgets/dialogs/trivialwizard/doc/trivialwizard.png [new file with mode: 0644]
examples/widgets/dialogs/trivialwizard/doc/trivialwizard.rst [new file with mode: 0644]
examples/widgets/dialogs/trivialwizard/trivialwizard.py
examples/widgets/draganddrop/draggableicons/draggableicons.py
examples/widgets/draganddrop/draggabletext/doc/draggabletext.png [new file with mode: 0644]
examples/widgets/draganddrop/draggabletext/doc/draggabletext.rst [new file with mode: 0644]
examples/widgets/draganddrop/draggabletext/draggabletext.py
examples/widgets/draganddrop/dropsite/droparea.py
examples/widgets/draganddrop/dropsite/dropsitewindow.py
examples/widgets/draganddrop/dropsite/main.py
examples/widgets/effects/blurpicker/blureffect.py
examples/widgets/effects/blurpicker/blurpicker.py
examples/widgets/effects/blurpicker/main.py
examples/widgets/effects/lighting/doc/lighting.rst [new file with mode: 0644]
examples/widgets/effects/lighting/doc/lighting.webp [new file with mode: 0644]
examples/widgets/effects/lighting/lighting.py
examples/widgets/gettext/doc/gettext.rst
examples/widgets/gettext/main.py
examples/widgets/graphicsview/anchorlayout/anchorlayout.py
examples/widgets/graphicsview/anchorlayout/doc/anchorlayout.rst [new file with mode: 0644]
examples/widgets/graphicsview/anchorlayout/doc/anchorlayout.webp [new file with mode: 0644]
examples/widgets/graphicsview/collidingmice/collidingmice.py
examples/widgets/graphicsview/collidingmice/doc/collidingmice.rst [new file with mode: 0644]
examples/widgets/graphicsview/collidingmice/doc/collidingmice.webp [new file with mode: 0644]
examples/widgets/graphicsview/collidingmice/mice_rc.py
examples/widgets/graphicsview/diagramscene/diagramscene.py
examples/widgets/graphicsview/diagramscene/doc/diagramscene.rst [new file with mode: 0644]
examples/widgets/graphicsview/diagramscene/doc/diagramscene.webp [new file with mode: 0644]
examples/widgets/graphicsview/dragdroprobot/doc/dragdroprobot.png [new file with mode: 0644]
examples/widgets/graphicsview/dragdroprobot/doc/dragdroprobot.rst [new file with mode: 0644]
examples/widgets/graphicsview/dragdroprobot/dragdroprobot.py
examples/widgets/graphicsview/elasticnodes/doc/elasticnodes.png [new file with mode: 0644]
examples/widgets/graphicsview/elasticnodes/doc/elasticnodes.rst [new file with mode: 0644]
examples/widgets/graphicsview/elasticnodes/elasticnodes.py
examples/widgets/imageviewer/doc/imageviewer.rst [new file with mode: 0644]
examples/widgets/imageviewer/doc/imageviewer.webp [new file with mode: 0644]
examples/widgets/imageviewer/imageviewer.py
examples/widgets/imageviewer/main.py
examples/widgets/itemviews/address_book/adddialogwidget.py
examples/widgets/itemviews/address_book/address_book.py
examples/widgets/itemviews/address_book/addresswidget.py
examples/widgets/itemviews/address_book/newaddresstab.py
examples/widgets/itemviews/address_book/tablemodel.py
examples/widgets/itemviews/basicfiltermodel/basicsortfiltermodel.py
examples/widgets/itemviews/basicfiltermodel/doc/basicfiltermodel.rst [new file with mode: 0644]
examples/widgets/itemviews/basicfiltermodel/doc/basicfiltermodel.webp [new file with mode: 0644]
examples/widgets/itemviews/dirview/dirview.py
examples/widgets/itemviews/editabletreemodel/doc/editabletreemodel.rst
examples/widgets/itemviews/editabletreemodel/main.py
examples/widgets/itemviews/editabletreemodel/mainwindow.py
examples/widgets/itemviews/editabletreemodel/treeitem.py
examples/widgets/itemviews/editabletreemodel/treemodel.py
examples/widgets/itemviews/fetchmore/doc/fetchmore.png [new file with mode: 0644]
examples/widgets/itemviews/fetchmore/doc/fetchmore.rst [new file with mode: 0644]
examples/widgets/itemviews/fetchmore/fetchmore.py
examples/widgets/itemviews/jsonmodel/jsonmodel.py
examples/widgets/itemviews/spinboxdelegate/spinboxdelegate.py
examples/widgets/itemviews/spreadsheet/main.py
examples/widgets/itemviews/spreadsheet/spreadsheet.py
examples/widgets/itemviews/spreadsheet/spreadsheetdelegate.py
examples/widgets/itemviews/spreadsheet/spreadsheetitem.py
examples/widgets/itemviews/stardelegate/stardelegate.py
examples/widgets/itemviews/stardelegate/stareditor.py
examples/widgets/itemviews/stardelegate/starrating.py
examples/widgets/layouts/basiclayouts/basiclayouts.py
examples/widgets/layouts/borderlayout/borderlayout.py
examples/widgets/layouts/dynamiclayouts/dynamiclayouts.py
examples/widgets/layouts/flowlayout/flowlayout.py
examples/widgets/linguist/doc/linguist.rst
examples/widgets/linguist/main.py
examples/widgets/mainwindows/application/application.py
examples/widgets/mainwindows/application/doc/application.png [new file with mode: 0644]
examples/widgets/mainwindows/application/doc/application.rst [new file with mode: 0644]
examples/widgets/mainwindows/dockwidgets/dockwidgets.py
examples/widgets/mainwindows/mdi/doc/mdi.png [new file with mode: 0644]
examples/widgets/mainwindows/mdi/doc/mdi.rst [new file with mode: 0644]
examples/widgets/mainwindows/mdi/mdi.py
examples/widgets/painting/basicdrawing/basicdrawing.py
examples/widgets/painting/concentriccircles/concentriccircles.py
examples/widgets/painting/painter/painter.py
examples/widgets/painting/plot/plot.py
examples/widgets/rhi/simplerhiwidget/doc/simplerhiwidget.rst
examples/widgets/rhi/simplerhiwidget/examplewidget.py
examples/widgets/rhi/simplerhiwidget/main.py
examples/widgets/richtext/orderform/doc/orderform.rst [new file with mode: 0644]
examples/widgets/richtext/orderform/doc/orderform.webp [new file with mode: 0644]
examples/widgets/richtext/orderform/orderform.py
examples/widgets/richtext/syntaxhighlighter/syntaxhighlighter.py
examples/widgets/richtext/textedit/main.py
examples/widgets/richtext/textedit/textedit.py
examples/widgets/richtext/textobject/textobject.py
examples/widgets/thread_signals/doc/thread_signals.png [new file with mode: 0644]
examples/widgets/thread_signals/doc/thread_signals.rst [new file with mode: 0644]
examples/widgets/thread_signals/thread_signals.py
examples/widgets/tools/regularexpression/regularexpression.py
examples/widgets/tools/regularexpression/regularexpressiondialog.py
examples/widgets/tutorials/addressbook/part1.py
examples/widgets/tutorials/addressbook/part2.py
examples/widgets/tutorials/addressbook/part3.py
examples/widgets/tutorials/addressbook/part4.py
examples/widgets/tutorials/addressbook/part5.py
examples/widgets/tutorials/addressbook/part6.py
examples/widgets/tutorials/addressbook/part7.py
examples/widgets/tutorials/cannon/t1.py
examples/widgets/tutorials/cannon/t10.py
examples/widgets/tutorials/cannon/t11.py
examples/widgets/tutorials/cannon/t12.py
examples/widgets/tutorials/cannon/t13.py
examples/widgets/tutorials/cannon/t14.py
examples/widgets/tutorials/cannon/t2.py
examples/widgets/tutorials/cannon/t3.py
examples/widgets/tutorials/cannon/t4.py
examples/widgets/tutorials/cannon/t5.py
examples/widgets/tutorials/cannon/t6.py
examples/widgets/tutorials/cannon/t7.py
examples/widgets/tutorials/cannon/t8.py
examples/widgets/tutorials/cannon/t9.py
examples/widgets/tutorials/modelview/1_readonly.py
examples/widgets/tutorials/modelview/2_formatting.py
examples/widgets/tutorials/modelview/3_changingmodel.py
examples/widgets/tutorials/modelview/4_headers.py
examples/widgets/tutorials/modelview/5_edit.py
examples/widgets/tutorials/modelview/6_treeview.py
examples/widgets/tutorials/modelview/7_selections.py
examples/widgets/widgets/charactermap/characterwidget.py
examples/widgets/widgets/charactermap/fontinfodialog.py
examples/widgets/widgets/charactermap/main.py
examples/widgets/widgets/charactermap/mainwindow.py
examples/widgets/widgets/digitalclock/digitalclock.py
examples/widgets/widgets/tetrix/tetrix.py
examples/widgets/widgetsgallery/main.py
examples/widgets/widgetsgallery/widgetgallery.py
examples/xml/dombookmarks/dombookmarks.py
requirements-coin.txt [new file with mode: 0644]
requirements-doc.txt
requirements.txt
setup.py
sources/pyside-tools/CMakeLists.txt
sources/pyside-tools/android_deploy.py
sources/pyside-tools/cmake/PySideAndroid.cmake
sources/pyside-tools/deploy.py
sources/pyside-tools/deploy_lib/__init__.py
sources/pyside-tools/deploy_lib/android/__init__.py
sources/pyside-tools/deploy_lib/android/android_config.py
sources/pyside-tools/deploy_lib/android/android_helper.py
sources/pyside-tools/deploy_lib/android/android_utilities.py [new file with mode: 0644]
sources/pyside-tools/deploy_lib/android/buildozer.py
sources/pyside-tools/deploy_lib/android/recipes/PySide6/__init__.tmpl.py
sources/pyside-tools/deploy_lib/android/recipes/shiboken6/__init__.tmpl.py
sources/pyside-tools/deploy_lib/commands.py
sources/pyside-tools/deploy_lib/config.py
sources/pyside-tools/deploy_lib/default.spec
sources/pyside-tools/deploy_lib/dependency_util.py
sources/pyside-tools/deploy_lib/deploy_util.py
sources/pyside-tools/deploy_lib/nuitka_helper.py
sources/pyside-tools/deploy_lib/python_helper.py
sources/pyside-tools/metaobjectdump.py
sources/pyside-tools/project.py
sources/pyside-tools/project.pyproject
sources/pyside-tools/project/__init__.py [deleted file]
sources/pyside-tools/project/newproject.py [deleted file]
sources/pyside-tools/project/project_data.py [deleted file]
sources/pyside-tools/project/utils.py [deleted file]
sources/pyside-tools/project_lib/__init__.py [new file with mode: 0644]
sources/pyside-tools/project_lib/design_studio_project.py [new file with mode: 0644]
sources/pyside-tools/project_lib/newproject.py [new file with mode: 0644]
sources/pyside-tools/project_lib/project_data.py [new file with mode: 0644]
sources/pyside-tools/project_lib/utils.py [new file with mode: 0644]
sources/pyside-tools/pyside_tool.py
sources/pyside-tools/qml.py
sources/pyside-tools/qtpy2cpp.py
sources/pyside-tools/qtpy2cpp_lib/astdump.py
sources/pyside-tools/qtpy2cpp_lib/formatter.py
sources/pyside-tools/qtpy2cpp_lib/nodedump.py
sources/pyside-tools/qtpy2cpp_lib/qt.py
sources/pyside-tools/qtpy2cpp_lib/tests/baseline/basic_test.py
sources/pyside-tools/qtpy2cpp_lib/tests/test_qtpy2cpp.py
sources/pyside-tools/qtpy2cpp_lib/tokenizer.py
sources/pyside-tools/qtpy2cpp_lib/visitor.py
sources/pyside-tools/requirements-android.txt
sources/pyside6/.cmake.conf
sources/pyside6/PySide6/Qt3DAnimation/typesystem_3danimation.xml
sources/pyside6/PySide6/Qt3DCore/typesystem_3dcore.xml
sources/pyside6/PySide6/Qt3DExtras/typesystem_3dextras.xml
sources/pyside6/PySide6/Qt3DInput/typesystem_3dinput.xml
sources/pyside6/PySide6/Qt3DLogic/typesystem_3dlogic.xml
sources/pyside6/PySide6/Qt3DRender/typesystem_3drender.xml
sources/pyside6/PySide6/QtAsyncio/__init__.py
sources/pyside6/PySide6/QtAsyncio/events.py
sources/pyside6/PySide6/QtAsyncio/futures.py
sources/pyside6/PySide6/QtAsyncio/tasks.py
sources/pyside6/PySide6/QtCore/CMakeLists.txt
sources/pyside6/PySide6/QtCore/glue/core_snippets.cpp
sources/pyside6/PySide6/QtCore/glue/qeasingcurve_glue.cpp
sources/pyside6/PySide6/QtCore/glue/qeasingcurve_glue.h
sources/pyside6/PySide6/QtCore/glue/qtcorehelper.cpp
sources/pyside6/PySide6/QtCore/typesystem_core_common.xml
sources/pyside6/PySide6/QtDBus/typesystem_dbus.xml
sources/pyside6/PySide6/QtDataVisualization/typesystem_datavisualization.xml
sources/pyside6/PySide6/QtDesigner/qpydesignercustomwidgetcollection.cpp
sources/pyside6/PySide6/QtGraphs/CMakeLists.txt
sources/pyside6/PySide6/QtGraphs/typesystem_graphs.xml
sources/pyside6/PySide6/QtGraphsWidgets/CMakeLists.txt [new file with mode: 0644]
sources/pyside6/PySide6/QtGraphsWidgets/typesystem_graphswidgets.xml [new file with mode: 0644]
sources/pyside6/PySide6/QtGui/CMakeLists.txt
sources/pyside6/PySide6/QtGui/typesystem_gui_common.xml
sources/pyside6/PySide6/QtGui/typesystem_gui_rhi.xml
sources/pyside6/PySide6/QtHelp/CMakeLists.txt
sources/pyside6/PySide6/QtHelp/typesystem_help.xml
sources/pyside6/PySide6/QtHttpServer/CMakeLists.txt
sources/pyside6/PySide6/QtHttpServer/typesystem_httpserver.xml
sources/pyside6/PySide6/QtLocation/CMakeLists.txt
sources/pyside6/PySide6/QtLocation/typesystem_location.xml
sources/pyside6/PySide6/QtMultimedia/CMakeLists.txt
sources/pyside6/PySide6/QtMultimedia/typesystem_multimedia.xml
sources/pyside6/PySide6/QtMultimediaWidgets/typesystem_multimediawidgets.xml
sources/pyside6/PySide6/QtNetwork/CMakeLists.txt
sources/pyside6/PySide6/QtNetwork/typesystem_network.xml
sources/pyside6/PySide6/QtNetworkAuth/CMakeLists.txt
sources/pyside6/PySide6/QtNetworkAuth/typesystem_networkauth.xml
sources/pyside6/PySide6/QtOpenGLWidgets/typesystem_openglwidgets.xml
sources/pyside6/PySide6/QtPdfWidgets/typesystem_pdfwidgets.xml
sources/pyside6/PySide6/QtPrintSupport/typesystem_printsupport_common.xml
sources/pyside6/PySide6/QtQml/pysideqmlvolatilebool.cpp
sources/pyside6/PySide6/QtQml/typesystem_qml.xml
sources/pyside6/PySide6/QtQuick/CMakeLists.txt
sources/pyside6/PySide6/QtQuick/typesystem_quick.xml
sources/pyside6/PySide6/QtQuick3D/typesystem_quick3d.xml
sources/pyside6/PySide6/QtQuickControls2/typesystem_quickcontrols2.xml
sources/pyside6/PySide6/QtQuickWidgets/typesystem_quickwidgets.xml
sources/pyside6/PySide6/QtSerialBus/typesystem_serialbus.xml
sources/pyside6/PySide6/QtSpatialAudio/typesystem_spatialaudio.xml
sources/pyside6/PySide6/QtStateMachine/typesystem_statemachine.xml
sources/pyside6/PySide6/QtSvgWidgets/typesystem_svgwidgets.xml
sources/pyside6/PySide6/QtTest/typesystem_test.xml
sources/pyside6/PySide6/QtWebEngineCore/CMakeLists.txt
sources/pyside6/PySide6/QtWebEngineCore/glue/webengineframe.cpp [new file with mode: 0644]
sources/pyside6/PySide6/QtWebEngineCore/glue/webengineframe.h [new file with mode: 0644]
sources/pyside6/PySide6/QtWebEngineCore/glue/webenginepage_functors.cpp [new file with mode: 0644]
sources/pyside6/PySide6/QtWebEngineCore/glue/webenginepage_functors.h [new file with mode: 0644]
sources/pyside6/PySide6/QtWebEngineCore/typesystem_webenginecore.xml
sources/pyside6/PySide6/QtWebEngineQuick/typesystem_webenginequick.xml
sources/pyside6/PySide6/QtWebEngineWidgets/CMakeLists.txt
sources/pyside6/PySide6/QtWebEngineWidgets/typesystem_webenginewidgets.xml
sources/pyside6/PySide6/QtWebView/CMakeLists.txt [new file with mode: 0644]
sources/pyside6/PySide6/QtWebView/typesystem_webview.xml [new file with mode: 0644]
sources/pyside6/PySide6/QtWidgets/typesystem_widgets_common.xml
sources/pyside6/PySide6/QtXml/typesystem_xml.xml
sources/pyside6/PySide6/__init__.py.in
sources/pyside6/PySide6/doc/qtcore.rst [new file with mode: 0644]
sources/pyside6/PySide6/doc/qtqml.rst [new file with mode: 0644]
sources/pyside6/PySide6/doc/qtqml_functions.rst [deleted file]
sources/pyside6/PySide6/doc/qtwebenginecore.rst [new file with mode: 0644]
sources/pyside6/PySide6/glue/qhttpserver.cpp
sources/pyside6/PySide6/glue/qtcore.cpp
sources/pyside6/PySide6/glue/qtgui.cpp
sources/pyside6/PySide6/glue/qtnetwork.cpp
sources/pyside6/PySide6/glue/qtnetworkauth.cpp
sources/pyside6/PySide6/glue/qtquick3d.cpp [new file with mode: 0644]
sources/pyside6/PySide6/glue/qtserialbus.cpp
sources/pyside6/PySide6/glue/qtstatemachine.cpp
sources/pyside6/PySide6/glue/qttest.cpp
sources/pyside6/PySide6/glue/qtuitools.cpp
sources/pyside6/PySide6/glue/qtwebenginecore.cpp
sources/pyside6/PySide6/glue/qtwebenginewidgets.cpp [deleted file]
sources/pyside6/PySide6/glue/qtwidgets.cpp
sources/pyside6/PySide6/glue/qtxml.cpp
sources/pyside6/PySide6/qpytextobject.h
sources/pyside6/PySide6/qtcorehelper.h
sources/pyside6/PySide6/support/__init__.py
sources/pyside6/PySide6/support/deprecated.py
sources/pyside6/PySide6/support/generate_pyi.py
sources/pyside6/PySide6/templates/common.xml
sources/pyside6/PySide6/templates/core_common.xml
sources/pyside6/PySide6/templates/gui_common.xml
sources/pyside6/PySide6/templates/opengl_common.xml
sources/pyside6/PySide6/templates/widgets_common.xml
sources/pyside6/cmake/Macros/PySideModules.cmake
sources/pyside6/cmake/PySideHelpers.cmake
sources/pyside6/cmake/PySideSetup.cmake
sources/pyside6/doc/CMakeLists.txt
sources/pyside6/doc/PySide6/QtAsyncio/coroutines.png [new file with mode: 0644]
sources/pyside6/doc/PySide6/QtAsyncio/index.rst
sources/pyside6/doc/_static/css/qt_style.css
sources/pyside6/doc/_tags/android.rst
sources/pyside6/doc/additionaldocs.lst
sources/pyside6/doc/api.rst
sources/pyside6/doc/building_from_source/index.rst [new file with mode: 0644]
sources/pyside6/doc/building_from_source/linux.rst [new file with mode: 0644]
sources/pyside6/doc/building_from_source/macOS.rst [new file with mode: 0644]
sources/pyside6/doc/building_from_source/windows.rst [new file with mode: 0644]
sources/pyside6/doc/commercial/index.rst
sources/pyside6/doc/conf.py.in
sources/pyside6/doc/considerations.rst
sources/pyside6/doc/contents.rst
sources/pyside6/doc/deployment/deployment-cxfreeze.rst
sources/pyside6/doc/deployment/deployment-nuitka.rst
sources/pyside6/doc/deployment/deployment-pyside6-android-deploy.rst
sources/pyside6/doc/deployment/deployment-pyside6-deploy.rst
sources/pyside6/doc/developer/add_module.rst
sources/pyside6/doc/developer/add_port_example.rst
sources/pyside6/doc/developer/add_tool.rst
sources/pyside6/doc/developer/documentation.rst
sources/pyside6/doc/developer/index.rst
sources/pyside6/doc/developer/mypy-correctness.rst [new file with mode: 0644]
sources/pyside6/doc/developer/qtasyncio.rst [new file with mode: 0644]
sources/pyside6/doc/developer/signalmanager.md [new file with mode: 0644]
sources/pyside6/doc/developer/signature_doc.rst
sources/pyside6/doc/extras/QtCharts.rst
sources/pyside6/doc/extras/QtCore.ClassInfo.rst
sources/pyside6/doc/extras/QtCore.Property.rst
sources/pyside6/doc/extras/QtCore.QEnum.rst
sources/pyside6/doc/extras/QtCore.QFlag.rst
sources/pyside6/doc/extras/QtCore.Signal.rst
sources/pyside6/doc/extras/QtCore.Slot.rst
sources/pyside6/doc/extras/QtCore.rst
sources/pyside6/doc/extras/QtDataVisualization.rst
sources/pyside6/doc/extras/QtDesigner.QPyDesignerContainerExtension.rst
sources/pyside6/doc/extras/QtDesigner.QPyDesignerCustomWidgetCollection.rst
sources/pyside6/doc/extras/QtDesigner.QPyDesignerMemberSheetExtension.rst
sources/pyside6/doc/extras/QtDesigner.QPyDesignerTaskMenuExtension.rst
sources/pyside6/doc/extras/QtGui.rst
sources/pyside6/doc/extras/QtMultimedia.rst
sources/pyside6/doc/extras/QtNetwork.rst
sources/pyside6/doc/extras/QtOpenGL.rst
sources/pyside6/doc/extras/QtPositioning.rst
sources/pyside6/doc/extras/QtPrintSupport.rst
sources/pyside6/doc/extras/QtQml.ListProperty.rst
sources/pyside6/doc/extras/QtQml.QPyQmlParserStatus.rst
sources/pyside6/doc/extras/QtQml.QPyQmlPropertyValueSource.rst
sources/pyside6/doc/extras/QtQml.QmlAnonymous.rst
sources/pyside6/doc/extras/QtQml.QmlAttached.rst
sources/pyside6/doc/extras/QtQml.QmlElement.rst
sources/pyside6/doc/extras/QtQml.QmlExtended.rst
sources/pyside6/doc/extras/QtQml.QmlForeign.rst
sources/pyside6/doc/extras/QtQml.QmlNamedElement.rst
sources/pyside6/doc/extras/QtQml.QmlSingleton.rst
sources/pyside6/doc/extras/QtQml.QmlUncreatable.rst
sources/pyside6/doc/extras/QtQml.rst
sources/pyside6/doc/extras/QtQuick.rst [new file with mode: 0644]
sources/pyside6/doc/extras/QtQuickControls2.rst
sources/pyside6/doc/extras/QtQuickTest.rst
sources/pyside6/doc/extras/QtSensors.rst
sources/pyside6/doc/extras/QtSql.rst
sources/pyside6/doc/extras/QtWebChannel.rst
sources/pyside6/doc/extras/QtWebSockets.rst
sources/pyside6/doc/extras/QtWebView.rst [new file with mode: 0644]
sources/pyside6/doc/extras/QtWidgets.rst
sources/pyside6/doc/faq/porting_from2.rst [new file with mode: 0644]
sources/pyside6/doc/faq/typesoffiles.rst
sources/pyside6/doc/faq/whatisqt.rst
sources/pyside6/doc/gettingstarted.rst [new file with mode: 0644]
sources/pyside6/doc/gettingstarted/index.rst [deleted file]
sources/pyside6/doc/gettingstarted/linux.rst [deleted file]
sources/pyside6/doc/gettingstarted/macOS.rst [deleted file]
sources/pyside6/doc/gettingstarted/package_details.rst [deleted file]
sources/pyside6/doc/gettingstarted/packages.png [deleted file]
sources/pyside6/doc/gettingstarted/porting_from2.rst [deleted file]
sources/pyside6/doc/gettingstarted/windows.rst [deleted file]
sources/pyside6/doc/images/screenshot_hello.png [deleted file]
sources/pyside6/doc/images/screenshot_hello_quick.png [new file with mode: 0644]
sources/pyside6/doc/images/screenshot_hello_widgets.png [new file with mode: 0644]
sources/pyside6/doc/index.rst
sources/pyside6/doc/inheritance_graph.py
sources/pyside6/doc/json_inheritance.py
sources/pyside6/doc/modules.rst
sources/pyside6/doc/package_details.rst [new file with mode: 0644]
sources/pyside6/doc/packages.png [new file with mode: 0644]
sources/pyside6/doc/pyside-config.qdocconf.in
sources/pyside6/doc/qdoc_spawner.py.in
sources/pyside6/doc/qtattributionsscannertorst.py
sources/pyside6/doc/qtmodules/pyside-qtgraphs.qdocconf.in [new file with mode: 0644]
sources/pyside6/doc/qtmodules/pyside-qthttpserver.qdocconf.in [new file with mode: 0644]
sources/pyside6/doc/qtmodules/pyside-qtlocation.qdocconf.in [new file with mode: 0644]
sources/pyside6/doc/qtmodules/pyside-qtquick3d.qdocconf.in [new file with mode: 0644]
sources/pyside6/doc/qtmodules/pyside-qtstatemachine.qdocconf.in [new file with mode: 0644]
sources/pyside6/doc/qtmodules/pyside-qtwebview.qdocconf.in [new file with mode: 0644]
sources/pyside6/doc/quickstart.rst [deleted file]
sources/pyside6/doc/tools/index.rst
sources/pyside6/doc/tools/pyside-designer.rst
sources/pyside6/doc/tools/pyside-linguist.rst
sources/pyside6/doc/tools/pyside-lrelease.rst
sources/pyside6/doc/tools/pyside-lupdate.rst
sources/pyside6/doc/tools/pyside-project.rst
sources/pyside6/doc/tools/pyside-qml.rst
sources/pyside6/doc/tools/pyside-rcc.rst
sources/pyside6/doc/tools/pyside-uic.rst
sources/pyside6/doc/tools/pyside6-balsam.rst
sources/pyside6/doc/tools/pyside6-balsamui.rst
sources/pyside6/doc/tools/pyside6-qmlimportscanner.rst
sources/pyside6/doc/tools/pyside6-qsb.rst
sources/pyside6/doc/tools/pyside6-svgtoqml.rst [new file with mode: 0644]
sources/pyside6/doc/tutorials/basictutorial/clickablebutton.rst
sources/pyside6/doc/tutorials/basictutorial/dialog.rst
sources/pyside6/doc/tutorials/basictutorial/qml.rst
sources/pyside6/doc/tutorials/basictutorial/qrcfiles.rst
sources/pyside6/doc/tutorials/basictutorial/signals_and_slots.rst
sources/pyside6/doc/tutorials/basictutorial/tablewidget.rst
sources/pyside6/doc/tutorials/basictutorial/translations.rst
sources/pyside6/doc/tutorials/basictutorial/treewidget.rst
sources/pyside6/doc/tutorials/basictutorial/uifiles.rst
sources/pyside6/doc/tutorials/basictutorial/widgets.rst
sources/pyside6/doc/tutorials/basictutorial/widgetstyling.py
sources/pyside6/doc/tutorials/basictutorial/widgetstyling.rst
sources/pyside6/doc/tutorials/datavisualize/add_chart.rst
sources/pyside6/doc/tutorials/datavisualize/add_mainwindow.rst
sources/pyside6/doc/tutorials/datavisualize/add_tableview.rst
sources/pyside6/doc/tutorials/datavisualize/datavisualize1/main.py
sources/pyside6/doc/tutorials/datavisualize/datavisualize2/main.py
sources/pyside6/doc/tutorials/datavisualize/datavisualize3/main.py
sources/pyside6/doc/tutorials/datavisualize/datavisualize3/main_window.py
sources/pyside6/doc/tutorials/datavisualize/datavisualize4/main.py
sources/pyside6/doc/tutorials/datavisualize/datavisualize4/main_widget.py
sources/pyside6/doc/tutorials/datavisualize/datavisualize4/main_window.py
sources/pyside6/doc/tutorials/datavisualize/datavisualize4/table_model.py
sources/pyside6/doc/tutorials/datavisualize/datavisualize5/main.py
sources/pyside6/doc/tutorials/datavisualize/datavisualize5/main_widget.py
sources/pyside6/doc/tutorials/datavisualize/datavisualize5/main_window.py
sources/pyside6/doc/tutorials/datavisualize/datavisualize5/table_model.py
sources/pyside6/doc/tutorials/datavisualize/datavisualize6/main.py
sources/pyside6/doc/tutorials/datavisualize/datavisualize6/main_widget.py
sources/pyside6/doc/tutorials/datavisualize/datavisualize6/main_window.py
sources/pyside6/doc/tutorials/datavisualize/datavisualize6/table_model.py
sources/pyside6/doc/tutorials/datavisualize/filter_data.rst
sources/pyside6/doc/tutorials/datavisualize/index.rst
sources/pyside6/doc/tutorials/datavisualize/plot_datapoints.rst
sources/pyside6/doc/tutorials/datavisualize/read_data.rst
sources/pyside6/doc/tutorials/debugging/mixed_debugging.rst
sources/pyside6/doc/tutorials/debugging/qml_debugging.rst
sources/pyside6/doc/tutorials/debugging/qtcreator/qtcreator.rst
sources/pyside6/doc/tutorials/embedded/boot2qt.md [new file with mode: 0644]
sources/pyside6/doc/tutorials/embedded/boot2qt_launcher.png [new file with mode: 0644]
sources/pyside6/doc/tutorials/expenses/expenses.rst
sources/pyside6/doc/tutorials/expenses/main.py
sources/pyside6/doc/tutorials/expenses/main_snake_prop.py
sources/pyside6/doc/tutorials/expenses/steps/01-expenses.py
sources/pyside6/doc/tutorials/expenses/steps/02-expenses.py
sources/pyside6/doc/tutorials/expenses/steps/03-expenses.py
sources/pyside6/doc/tutorials/expenses/steps/04-expenses.py
sources/pyside6/doc/tutorials/expenses/steps/05-expenses.py
sources/pyside6/doc/tutorials/expenses/steps/06-expenses.py
sources/pyside6/doc/tutorials/expenses/steps/07-expenses.py
sources/pyside6/doc/tutorials/expenses/steps/08-expenses.py
sources/pyside6/doc/tutorials/expenses/steps/09-expenses.py
sources/pyside6/doc/tutorials/expenses/steps/10-expenses.py
sources/pyside6/doc/tutorials/extendedexplorer/editormodels.py
sources/pyside6/doc/tutorials/extendedexplorer/extendedexplorer.md
sources/pyside6/doc/tutorials/extendedexplorer/main.py
sources/pyside6/doc/tutorials/extendedexplorer/scheme_manager.py
sources/pyside6/doc/tutorials/finance_manager/index.md [new file with mode: 0644]
sources/pyside6/doc/tutorials/finance_manager/part1/part1.md [new file with mode: 0644]
sources/pyside6/doc/tutorials/finance_manager/part1/resources/finance_manager.gif [new file with mode: 0644]
sources/pyside6/doc/tutorials/finance_manager/part1/resources/finance_manager.webp [new file with mode: 0644]
sources/pyside6/doc/tutorials/finance_manager/part1/resources/finance_manager_android.gif [new file with mode: 0644]
sources/pyside6/doc/tutorials/finance_manager/part2/part2.md [new file with mode: 0644]
sources/pyside6/doc/tutorials/finance_manager/part3/part3.md [new file with mode: 0644]
sources/pyside6/doc/tutorials/index.rst
sources/pyside6/doc/tutorials/modelviewprogramming/qlistview-dnd.py
sources/pyside6/doc/tutorials/modelviewprogramming/simplemodel-use.py
sources/pyside6/doc/tutorials/modelviewprogramming/stringlistmodel.py
sources/pyside6/doc/tutorials/portingguide/chapter1/createdb.py
sources/pyside6/doc/tutorials/portingguide/chapter1/main.py
sources/pyside6/doc/tutorials/portingguide/chapter2/bookdelegate.py
sources/pyside6/doc/tutorials/portingguide/chapter2/createdb.py
sources/pyside6/doc/tutorials/portingguide/chapter2/main.py
sources/pyside6/doc/tutorials/portingguide/chapter3/bookdelegate-old.py
sources/pyside6/doc/tutorials/portingguide/chapter3/bookdelegate.py
sources/pyside6/doc/tutorials/portingguide/chapter3/bookwindow.py
sources/pyside6/doc/tutorials/portingguide/chapter3/createdb.py
sources/pyside6/doc/tutorials/portingguide/chapter3/main-old.py
sources/pyside6/doc/tutorials/portingguide/chapter3/main.py
sources/pyside6/doc/tutorials/portingguide/hello_world_ex.py
sources/pyside6/doc/tutorials/portingguide/index.rst
sources/pyside6/doc/tutorials/qmlapp/App/Main.qml [new file with mode: 0644]
sources/pyside6/doc/tutorials/qmlapp/App/logo.png [new file with mode: 0644]
sources/pyside6/doc/tutorials/qmlapp/App/qmldir [new file with mode: 0644]
sources/pyside6/doc/tutorials/qmlapp/logo.png [deleted file]
sources/pyside6/doc/tutorials/qmlapp/main.py
sources/pyside6/doc/tutorials/qmlapp/qmlapplication.rst
sources/pyside6/doc/tutorials/qmlapp/view.qml [deleted file]
sources/pyside6/doc/tutorials/qmlintegration/QmlIntegration/Main.qml [new file with mode: 0644]
sources/pyside6/doc/tutorials/qmlintegration/QmlIntegration/qmldir [new file with mode: 0644]
sources/pyside6/doc/tutorials/qmlintegration/main.py
sources/pyside6/doc/tutorials/qmlintegration/qmlintegration.rst
sources/pyside6/doc/tutorials/qmlintegration/view.qml [deleted file]
sources/pyside6/doc/tutorials/qmlsqlintegration/App/Main.qml [new file with mode: 0644]
sources/pyside6/doc/tutorials/qmlsqlintegration/App/qmldir [new file with mode: 0644]
sources/pyside6/doc/tutorials/qmlsqlintegration/Main/qmldir [new file with mode: 0644]
sources/pyside6/doc/tutorials/qmlsqlintegration/chat.qml [deleted file]
sources/pyside6/doc/tutorials/qmlsqlintegration/main.py
sources/pyside6/doc/tutorials/qmlsqlintegration/qmlsqlintegration.rst
sources/pyside6/doc/tutorials/qmlsqlintegration/sqlDialog.py
sources/pyside6/libpyside/CMakeLists.txt
sources/pyside6/libpyside/class_property.cpp
sources/pyside6/libpyside/dynamicqmetaobject.cpp
sources/pyside6/libpyside/dynamicqmetaobject.h
sources/pyside6/libpyside/dynamicslot.cpp [new file with mode: 0644]
sources/pyside6/libpyside/dynamicslot_p.h [new file with mode: 0644]
sources/pyside6/libpyside/feature_select.cpp
sources/pyside6/libpyside/globalreceiverv2.cpp [deleted file]
sources/pyside6/libpyside/globalreceiverv2.h [deleted file]
sources/pyside6/libpyside/pyside.cpp
sources/pyside6/libpyside/pyside6.pc.in
sources/pyside6/libpyside/pysideclassdecorator.cpp
sources/pyside6/libpyside/pysideclassdecorator_p.h
sources/pyside6/libpyside/pysideclassinfo.cpp
sources/pyside6/libpyside/pysidemetafunction.cpp
sources/pyside6/libpyside/pysideproperty.cpp
sources/pyside6/libpyside/pysideproperty_p.h
sources/pyside6/libpyside/pysideqenum.cpp
sources/pyside6/libpyside/pysideqslotobject_p.cpp
sources/pyside6/libpyside/pysideqslotobject_p.h
sources/pyside6/libpyside/pysidesignal.cpp
sources/pyside6/libpyside/pysidesignal.h
sources/pyside6/libpyside/pysidesignal_p.h
sources/pyside6/libpyside/pysideslot.cpp
sources/pyside6/libpyside/pysideweakref.cpp
sources/pyside6/libpyside/qobjectconnect.cpp
sources/pyside6/libpyside/qobjectconnect.h
sources/pyside6/libpyside/signalmanager.cpp
sources/pyside6/libpyside/signalmanager.h
sources/pyside6/libpysideqml/pysideqmlattached.cpp
sources/pyside6/libpysideqml/pysideqmlextended.cpp
sources/pyside6/libpysideqml/pysideqmlforeign.cpp
sources/pyside6/libpysideqml/pysideqmllistproperty.cpp
sources/pyside6/libpysideqml/pysideqmlmetacallerror.cpp
sources/pyside6/libpysideqml/pysideqmlregistertype.cpp
sources/pyside6/libpysideqml/pysideqmluncreatable.cpp
sources/pyside6/plugins/designer/CMakeLists.txt
sources/pyside6/plugins/designer/designercustomwidgets.cpp
sources/pyside6/plugins/uitools/customwidget.cpp
sources/pyside6/pyside_version.py
sources/pyside6/qtexampleicons/CMakeLists.txt
sources/pyside6/qtexampleicons/module.c
sources/pyside6/tests/Qt3DExtras/qt3dextras_test.py
sources/pyside6/tests/QtAsyncio/bug_2790.py [new file with mode: 0644]
sources/pyside6/tests/QtAsyncio/bug_2799.py [new file with mode: 0644]
sources/pyside6/tests/QtAsyncio/qasyncio_test.py
sources/pyside6/tests/QtAsyncio/qasyncio_test_cancel_task.py
sources/pyside6/tests/QtAsyncio/qasyncio_test_cancel_taskgroup.py
sources/pyside6/tests/QtAsyncio/qasyncio_test_chain.py
sources/pyside6/tests/QtAsyncio/qasyncio_test_executor.py
sources/pyside6/tests/QtAsyncio/qasyncio_test_queues.py
sources/pyside6/tests/QtAsyncio/qasyncio_test_threadsafe.py
sources/pyside6/tests/QtAsyncio/qasyncio_test_time.py
sources/pyside6/tests/QtAsyncio/qasyncio_test_uncancel.py [new file with mode: 0644]
sources/pyside6/tests/QtBluetooth/localdevice.py
sources/pyside6/tests/QtBluetooth/lowenergy_characteristics.py
sources/pyside6/tests/QtCharts/QtCharts.pyproject
sources/pyside6/tests/QtCharts/qcharts_numpy_test.py
sources/pyside6/tests/QtCharts/qcharts_test.py
sources/pyside6/tests/QtCore/attr_cache_py3k.py
sources/pyside6/tests/QtCore/blocking_signals_test.py
sources/pyside6/tests/QtCore/bug_1019.py
sources/pyside6/tests/QtCore/bug_1063.py
sources/pyside6/tests/QtCore/bug_1069.py
sources/pyside6/tests/QtCore/bug_1313.py
sources/pyside6/tests/QtCore/bug_278_test.py
sources/pyside6/tests/QtCore/bug_300_test.py
sources/pyside6/tests/QtCore/bug_324.py
sources/pyside6/tests/QtCore/bug_332.py
sources/pyside6/tests/QtCore/bug_408.py
sources/pyside6/tests/QtCore/bug_428.py
sources/pyside6/tests/QtCore/bug_462.py
sources/pyside6/tests/QtCore/bug_505.py
sources/pyside6/tests/QtCore/bug_515.py
sources/pyside6/tests/QtCore/bug_606.py
sources/pyside6/tests/QtCore/bug_656.py
sources/pyside6/tests/QtCore/bug_686.py
sources/pyside6/tests/QtCore/bug_699.py
sources/pyside6/tests/QtCore/bug_706.py
sources/pyside6/tests/QtCore/bug_820.py
sources/pyside6/tests/QtCore/bug_826.py
sources/pyside6/tests/QtCore/bug_829.py
sources/pyside6/tests/QtCore/bug_835.py
sources/pyside6/tests/QtCore/bug_920.py
sources/pyside6/tests/QtCore/bug_927.py
sources/pyside6/tests/QtCore/bug_931.py
sources/pyside6/tests/QtCore/bug_938.py
sources/pyside6/tests/QtCore/bug_953.py
sources/pyside6/tests/QtCore/bug_987.py
sources/pyside6/tests/QtCore/bug_994.py
sources/pyside6/tests/QtCore/bug_PYSIDE-164.py
sources/pyside6/tests/QtCore/bug_PYSIDE-2745.py
sources/pyside6/tests/QtCore/bug_PYSIDE-41.py
sources/pyside6/tests/QtCore/bug_PYSIDE-42.py
sources/pyside6/tests/QtCore/child_event_test.py
sources/pyside6/tests/QtCore/classinfo_test.py
sources/pyside6/tests/QtCore/deepcopy_test.py
sources/pyside6/tests/QtCore/deletelater_test.py
sources/pyside6/tests/QtCore/destroysignal_test.py
sources/pyside6/tests/QtCore/duck_punching_test.py
sources/pyside6/tests/QtCore/emoji_string_test.py
sources/pyside6/tests/QtCore/errormessages_with_features_test.py
sources/pyside6/tests/QtCore/feature_with_uic/window.py
sources/pyside6/tests/QtCore/feature_with_uic/window.ui
sources/pyside6/tests/QtCore/feature_with_uic_test.py
sources/pyside6/tests/QtCore/hash_test.py
sources/pyside6/tests/QtCore/inherits_test.py
sources/pyside6/tests/QtCore/loggingcategorymacros_test.py
sources/pyside6/tests/QtCore/max_signals.py
sources/pyside6/tests/QtCore/missing_symbols_test.py
sources/pyside6/tests/QtCore/mockclass_test.py
sources/pyside6/tests/QtCore/multiple_feature_test.py
sources/pyside6/tests/QtCore/python_conversion.py
sources/pyside6/tests/QtCore/qabs_test.py
sources/pyside6/tests/QtCore/qabstractitemmodel_test.py
sources/pyside6/tests/QtCore/qanimationgroup_test.py
sources/pyside6/tests/QtCore/qbitarray_test.py
sources/pyside6/tests/QtCore/qbytearray_concatenation_operator_test.py
sources/pyside6/tests/QtCore/qbytearray_operator_iadd_test.py
sources/pyside6/tests/QtCore/qbytearray_operator_test.py
sources/pyside6/tests/QtCore/qbytearray_test.py
sources/pyside6/tests/QtCore/qcalendar_test.py
sources/pyside6/tests/QtCore/qcbor_test.py
sources/pyside6/tests/QtCore/qcollator_test.py
sources/pyside6/tests/QtCore/qcommandlineparser_test.py
sources/pyside6/tests/QtCore/qcoreapplication_argv_test.py
sources/pyside6/tests/QtCore/qcoreapplication_instance_test.py
sources/pyside6/tests/QtCore/qcoreapplication_test.py
sources/pyside6/tests/QtCore/qdatastream_test.py
sources/pyside6/tests/QtCore/qdate_test.py
sources/pyside6/tests/QtCore/qdatetime_test.py
sources/pyside6/tests/QtCore/qdir_test.py
sources/pyside6/tests/QtCore/qeasingcurve_test.py
sources/pyside6/tests/QtCore/qenum_test.py
sources/pyside6/tests/QtCore/qevent_test.py
sources/pyside6/tests/QtCore/qfile_test.py
sources/pyside6/tests/QtCore/qfileinfo_test.py
sources/pyside6/tests/QtCore/qfileread_test.py
sources/pyside6/tests/QtCore/qflags_test.py
sources/pyside6/tests/QtCore/qhandle_test.py
sources/pyside6/tests/QtCore/qinstallmsghandler_test.py
sources/pyside6/tests/QtCore/qiodevice_buffered_read_test.py
sources/pyside6/tests/QtCore/qiopipe_test.py
sources/pyside6/tests/QtCore/qjsondocument_test.py
sources/pyside6/tests/QtCore/qlinef_test.py
sources/pyside6/tests/QtCore/qlocale_test.py
sources/pyside6/tests/QtCore/qlockfile_test.py
sources/pyside6/tests/QtCore/qmessageauthenticationcode_test.py
sources/pyside6/tests/QtCore/qmetaobject_test.py
sources/pyside6/tests/QtCore/qmetatype_test.py
sources/pyside6/tests/QtCore/qmimedatabase_test.py
sources/pyside6/tests/QtCore/qmodelindex_internalpointer_test.py
sources/pyside6/tests/QtCore/qobject_children_segfault_test.py
sources/pyside6/tests/QtCore/qobject_connect_notify_test.py
sources/pyside6/tests/QtCore/qobject_destructor.py
sources/pyside6/tests/QtCore/qobject_event_filter_test.py
sources/pyside6/tests/QtCore/qobject_inherits_test.py
sources/pyside6/tests/QtCore/qobject_objectproperty_test.py
sources/pyside6/tests/QtCore/qobject_parent_test.py
sources/pyside6/tests/QtCore/qobject_property_test.py
sources/pyside6/tests/QtCore/qobject_protected_methods_test.py
sources/pyside6/tests/QtCore/qobject_test.py
sources/pyside6/tests/QtCore/qobject_timer_event_test.py
sources/pyside6/tests/QtCore/qobject_tr_as_instance_test.py
sources/pyside6/tests/QtCore/qoperatingsystemversion_test.py
sources/pyside6/tests/QtCore/qpoint_test.py
sources/pyside6/tests/QtCore/qprocess_test.py
sources/pyside6/tests/QtCore/qproperty_decorator.py
sources/pyside6/tests/QtCore/qrandomgenerator_test.py
sources/pyside6/tests/QtCore/qrect_test.py
sources/pyside6/tests/QtCore/qregularexpression_test.py
sources/pyside6/tests/QtCore/qresource_test.py
sources/pyside6/tests/QtCore/qrunnable_test.py
sources/pyside6/tests/QtCore/qsettings_test.ini
sources/pyside6/tests/QtCore/qsettings_test.py
sources/pyside6/tests/QtCore/qsharedmemory_client.py
sources/pyside6/tests/QtCore/qsharedmemory_test.py
sources/pyside6/tests/QtCore/qsize_test.py
sources/pyside6/tests/QtCore/qslot_object_test.py
sources/pyside6/tests/QtCore/qsocketnotifier_test.py
sources/pyside6/tests/QtCore/qsrand_test.py
sources/pyside6/tests/QtCore/qstandardpaths_test.py
sources/pyside6/tests/QtCore/qstorageinfo_test.py
sources/pyside6/tests/QtCore/qstring_test.py
sources/pyside6/tests/QtCore/qsysinfo_test.py
sources/pyside6/tests/QtCore/qtextstream_test.py
sources/pyside6/tests/QtCore/qthread_prod_cons_test.py
sources/pyside6/tests/QtCore/qthread_signal_test.py
sources/pyside6/tests/QtCore/qthread_test.py
sources/pyside6/tests/QtCore/qtimer_singleshot_test.py
sources/pyside6/tests/QtCore/qtimer_timeout_test.py
sources/pyside6/tests/QtCore/qtimezone_test.py
sources/pyside6/tests/QtCore/qtnamespace_test.py
sources/pyside6/tests/QtCore/qurl_test.py
sources/pyside6/tests/QtCore/qurlquery_test.py
sources/pyside6/tests/QtCore/quuid_test.py
sources/pyside6/tests/QtCore/qversionnumber_test.py
sources/pyside6/tests/QtCore/repr_test.py
sources/pyside6/tests/QtCore/resources.qrc
sources/pyside6/tests/QtCore/resources_mc.py
sources/pyside6/tests/QtCore/setprop_on_ctor_test.py
sources/pyside6/tests/QtCore/signal_sender.py
sources/pyside6/tests/QtCore/snake_prop_feature_test.py
sources/pyside6/tests/QtCore/staticMetaObject_test.py
sources/pyside6/tests/QtCore/static_method_test.py
sources/pyside6/tests/QtCore/thread_signals_test.py
sources/pyside6/tests/QtCore/tr_noop_test.py
sources/pyside6/tests/QtCore/translation_test.py
sources/pyside6/tests/QtCore/unaryoperator_test.py
sources/pyside6/tests/QtCore/unicode_test.py
sources/pyside6/tests/QtCore/versioninfo_test.py
sources/pyside6/tests/QtDBus/test_dbus.py
sources/pyside6/tests/QtDataVisualization/datavisualization_test.py
sources/pyside6/tests/QtGraphs/CMakeLists.txt
sources/pyside6/tests/QtGraphs/QtGraphs.pyproject [new file with mode: 0644]
sources/pyside6/tests/QtGraphs/qgraphs_numpy_test.py [new file with mode: 0644]
sources/pyside6/tests/QtGraphsWidgets/CMakeLists.txt [new file with mode: 0644]
sources/pyside6/tests/QtGui/bug_1091.py
sources/pyside6/tests/QtGui/bug_367.py
sources/pyside6/tests/QtGui/bug_493.py
sources/pyside6/tests/QtGui/bug_606.py
sources/pyside6/tests/QtGui/bug_617.py
sources/pyside6/tests/QtGui/bug_652.py
sources/pyside6/tests/QtGui/bug_660.py
sources/pyside6/tests/QtGui/bug_716.py
sources/pyside6/tests/QtGui/bug_740.py
sources/pyside6/tests/QtGui/bug_743.py
sources/pyside6/tests/QtGui/bug_785.py
sources/pyside6/tests/QtGui/bug_991.py
sources/pyside6/tests/QtGui/bug_PYSIDE-344.py
sources/pyside6/tests/QtGui/deepcopy_test.py
sources/pyside6/tests/QtGui/event_filter_test.py
sources/pyside6/tests/QtGui/float_to_int_implicit_conversion_test.py
sources/pyside6/tests/QtGui/pyside_reload_test.py
sources/pyside6/tests/QtGui/qbrush_test.py
sources/pyside6/tests/QtGui/qcolor_reduce_test.py
sources/pyside6/tests/QtGui/qcolor_test.py
sources/pyside6/tests/QtGui/qcursor_test.py
sources/pyside6/tests/QtGui/qdatastream_gui_operators_test.py
sources/pyside6/tests/QtGui/qdesktopservices_test.py
sources/pyside6/tests/QtGui/qfont_test.py
sources/pyside6/tests/QtGui/qfontmetrics_test.py
sources/pyside6/tests/QtGui/qguiapplication_test.py
sources/pyside6/tests/QtGui/qicon_test.py
sources/pyside6/tests/QtGui/qimage_test.py
sources/pyside6/tests/QtGui/qimage_win_test.py
sources/pyside6/tests/QtGui/qitemselection_test.py
sources/pyside6/tests/QtGui/qkeysequence_test.py
sources/pyside6/tests/QtGui/qpainter_test.py
sources/pyside6/tests/QtGui/qpdfwriter_test.py
sources/pyside6/tests/QtGui/qpen_test.py
sources/pyside6/tests/QtGui/qpixelformat_test.py
sources/pyside6/tests/QtGui/qpixmap_constructor.py
sources/pyside6/tests/QtGui/qpixmap_test.py
sources/pyside6/tests/QtGui/qpixmapcache_test.py
sources/pyside6/tests/QtGui/qpolygonf_test.py
sources/pyside6/tests/QtGui/qradialgradient_test.py
sources/pyside6/tests/QtGui/qrasterwindow_test.py
sources/pyside6/tests/QtGui/qregion_test.py
sources/pyside6/tests/QtGui/qshortcut_test.py
sources/pyside6/tests/QtGui/qstandarditemmodel_test.py
sources/pyside6/tests/QtGui/qstring_qkeysequence_test.py
sources/pyside6/tests/QtGui/qstylehints_test.py
sources/pyside6/tests/QtGui/qtextdocument_functions.py
sources/pyside6/tests/QtGui/qtextdocument_undoredo_test.py
sources/pyside6/tests/QtGui/qtextdocumentwriter_test.py
sources/pyside6/tests/QtGui/qtextline_test.py
sources/pyside6/tests/QtGui/qtransform_test.py
sources/pyside6/tests/QtGui/repr_test.py
sources/pyside6/tests/QtGui/timed_app_and_patching_test.py
sources/pyside6/tests/QtGui/xpm_data.py
sources/pyside6/tests/QtHelp/help_test.py
sources/pyside6/tests/QtHelp/helpsearchengine_test.py
sources/pyside6/tests/QtLocation/location.py
sources/pyside6/tests/QtMultimedia/audio_test.py
sources/pyside6/tests/QtMultimediaWidgets/qmultimediawidgets.py
sources/pyside6/tests/QtNetwork/accessManager_test.py
sources/pyside6/tests/QtNetwork/bug_1084.py
sources/pyside6/tests/QtNetwork/bug_446.py
sources/pyside6/tests/QtNetwork/dnslookup_test.py
sources/pyside6/tests/QtNetwork/qhostinfo_test.py
sources/pyside6/tests/QtNetwork/qipv6address_test.py
sources/pyside6/tests/QtNetwork/qpassworddigestor_test.py
sources/pyside6/tests/QtNetwork/tcpserver_test.py
sources/pyside6/tests/QtNetwork/udpsocket_test.py
sources/pyside6/tests/QtNfc/test_nfc.py
sources/pyside6/tests/QtOpenGL/qopenglbuffer_test.py
sources/pyside6/tests/QtOpenGL/qopenglwindow_test.py
sources/pyside6/tests/QtPositioning/positioning.py
sources/pyside6/tests/QtPrintSupport/bug_500.py
sources/pyside6/tests/QtPrintSupport/returnquadruplesofnumbers_test.py
sources/pyside6/tests/QtQml/bug_1029.py
sources/pyside6/tests/QtQml/bug_451.py
sources/pyside6/tests/QtQml/bug_456.py
sources/pyside6/tests/QtQml/bug_557.py
sources/pyside6/tests/QtQml/bug_726.py
sources/pyside6/tests/QtQml/bug_814.py
sources/pyside6/tests/QtQml/bug_814.qml
sources/pyside6/tests/QtQml/bug_825.py
sources/pyside6/tests/QtQml/bug_825_old.py
sources/pyside6/tests/QtQml/bug_847.py
sources/pyside6/tests/QtQml/bug_847.qml
sources/pyside6/tests/QtQml/bug_915.py
sources/pyside6/tests/QtQml/bug_926.py
sources/pyside6/tests/QtQml/bug_951.py
sources/pyside6/tests/QtQml/bug_995.py
sources/pyside6/tests/QtQml/bug_997.py
sources/pyside6/tests/QtQml/connect_python_qml.py
sources/pyside6/tests/QtQml/groupedproperty.py
sources/pyside6/tests/QtQml/javascript_exceptions.py
sources/pyside6/tests/QtQml/listproperty.py
sources/pyside6/tests/QtQml/qmlregistertype_test.py
sources/pyside6/tests/QtQml/qqmlapplicationengine_test.py
sources/pyside6/tests/QtQml/qqmlcomponent_test.py
sources/pyside6/tests/QtQml/qqmlincubator_incubateWhile.py
sources/pyside6/tests/QtQml/qqmlnetwork_test.py
sources/pyside6/tests/QtQml/qquickitem_grabToImage.py
sources/pyside6/tests/QtQml/qquickview_test.py
sources/pyside6/tests/QtQml/registerattached.py
sources/pyside6/tests/QtQml/registerextended.py
sources/pyside6/tests/QtQml/registerforeign.py
sources/pyside6/tests/QtQml/registerparserstatus.py
sources/pyside6/tests/QtQml/registerqmlfile.py
sources/pyside6/tests/QtQml/registersingletontype.py
sources/pyside6/tests/QtQml/registertype.py
sources/pyside6/tests/QtQml/registeruncreatabletype.py
sources/pyside6/tests/QtQml/signal_arguments.py
sources/pyside6/tests/QtQml/signal_types.py
sources/pyside6/tests/QtQml/viewmodel.qml
sources/pyside6/tests/QtQuickTest/quicktestmainwithsetup/tst_quicktestmainwithsetup.py
sources/pyside6/tests/QtScxml/test_dynamic.py
sources/pyside6/tests/QtSensors/sensors.py
sources/pyside6/tests/QtSerialPort/serial.py
sources/pyside6/tests/QtSql/bug_1013.py
sources/pyside6/tests/QtSql/qsqldatabaseandqueries_test.py
sources/pyside6/tests/QtSql/qvarianttype_test.py
sources/pyside6/tests/QtStateMachine/bug_1031.py
sources/pyside6/tests/QtStateMachine/qabstracttransition_test.py
sources/pyside6/tests/QtStateMachine/qstate_test.py
sources/pyside6/tests/QtStateMachine/qstatemachine_test.py
sources/pyside6/tests/QtStateMachine/setprop_on_ctor_test.py
sources/pyside6/tests/QtSvg/qsvggenerator_test.py
sources/pyside6/tests/QtSvg/qsvgrenderer_test.py
sources/pyside6/tests/QtSvgWidgets/qsvgwidget_test.py
sources/pyside6/tests/QtTest/click_test.py
sources/pyside6/tests/QtTest/eventfilter_test.py
sources/pyside6/tests/QtTest/qsignalspy_test.py
sources/pyside6/tests/QtTest/qvalidator_test.py
sources/pyside6/tests/QtTest/touchevent_test.py
sources/pyside6/tests/QtTextToSpeech/qtexttospeech_test.py
sources/pyside6/tests/QtUiTools/action.ui
sources/pyside6/tests/QtUiTools/bug_1060.py
sources/pyside6/tests/QtUiTools/bug_360.py
sources/pyside6/tests/QtUiTools/bug_376.py
sources/pyside6/tests/QtUiTools/bug_392.py
sources/pyside6/tests/QtUiTools/bug_426.py
sources/pyside6/tests/QtUiTools/bug_552.py
sources/pyside6/tests/QtUiTools/bug_797.py
sources/pyside6/tests/QtUiTools/bug_909.py
sources/pyside6/tests/QtUiTools/bug_909.ui
sources/pyside6/tests/QtUiTools/bug_913.py
sources/pyside6/tests/QtUiTools/bug_958.py
sources/pyside6/tests/QtUiTools/bug_965.py
sources/pyside6/tests/QtUiTools/bug_965.ui
sources/pyside6/tests/QtUiTools/loadUiType_test.py
sources/pyside6/tests/QtUiTools/minimal.ui
sources/pyside6/tests/QtUiTools/pycustomwidget2.ui
sources/pyside6/tests/QtUiTools/test.ui
sources/pyside6/tests/QtUiTools/ui_test.py
sources/pyside6/tests/QtUiTools/uiloader_test.py
sources/pyside6/tests/QtWebEngineCore/qwebenginecookiestore_test.py
sources/pyside6/tests/QtWebEngineCore/web_engine_custom_scheme.py
sources/pyside6/tests/QtWebEngineWidgets/pyside-474-qtwebengineview.py
sources/pyside6/tests/QtWebView/CMakeLists.txt [new file with mode: 0644]
sources/pyside6/tests/QtWebView/QtWebView.pyproject [new file with mode: 0644]
sources/pyside6/tests/QtWebView/test_webview.py [new file with mode: 0644]
sources/pyside6/tests/QtWidgets/action_clear.py
sources/pyside6/tests/QtWidgets/add_action_test.py
sources/pyside6/tests/QtWidgets/api2_test.py
sources/pyside6/tests/QtWidgets/application_test.py
sources/pyside6/tests/QtWidgets/bug_1002.py
sources/pyside6/tests/QtWidgets/bug_1006.py
sources/pyside6/tests/QtWidgets/bug_1048.py
sources/pyside6/tests/QtWidgets/bug_1077.py
sources/pyside6/tests/QtWidgets/bug_172.py
sources/pyside6/tests/QtWidgets/bug_243.py
sources/pyside6/tests/QtWidgets/bug_307.py
sources/pyside6/tests/QtWidgets/bug_338.py
sources/pyside6/tests/QtWidgets/bug_389.py
sources/pyside6/tests/QtWidgets/bug_400.py
sources/pyside6/tests/QtWidgets/bug_429.py
sources/pyside6/tests/QtWidgets/bug_430.py
sources/pyside6/tests/QtWidgets/bug_433.py
sources/pyside6/tests/QtWidgets/bug_467.py
sources/pyside6/tests/QtWidgets/bug_480.py
sources/pyside6/tests/QtWidgets/bug_512.py
sources/pyside6/tests/QtWidgets/bug_525.py
sources/pyside6/tests/QtWidgets/bug_546.py
sources/pyside6/tests/QtWidgets/bug_547.py
sources/pyside6/tests/QtWidgets/bug_549.py
sources/pyside6/tests/QtWidgets/bug_569.py
sources/pyside6/tests/QtWidgets/bug_575.py
sources/pyside6/tests/QtWidgets/bug_576.py
sources/pyside6/tests/QtWidgets/bug_585.py
sources/pyside6/tests/QtWidgets/bug_589.py
sources/pyside6/tests/QtWidgets/bug_635.py
sources/pyside6/tests/QtWidgets/bug_640.py
sources/pyside6/tests/QtWidgets/bug_653.py
sources/pyside6/tests/QtWidgets/bug_662.py
sources/pyside6/tests/QtWidgets/bug_667.py
sources/pyside6/tests/QtWidgets/bug_668.py
sources/pyside6/tests/QtWidgets/bug_674.py
sources/pyside6/tests/QtWidgets/bug_675.py
sources/pyside6/tests/QtWidgets/bug_688.py
sources/pyside6/tests/QtWidgets/bug_693.py
sources/pyside6/tests/QtWidgets/bug_696.py
sources/pyside6/tests/QtWidgets/bug_711.py
sources/pyside6/tests/QtWidgets/bug_722.py
sources/pyside6/tests/QtWidgets/bug_728.py
sources/pyside6/tests/QtWidgets/bug_736.py
sources/pyside6/tests/QtWidgets/bug_750.py
sources/pyside6/tests/QtWidgets/bug_778.py
sources/pyside6/tests/QtWidgets/bug_793.py
sources/pyside6/tests/QtWidgets/bug_811.py
sources/pyside6/tests/QtWidgets/bug_834.py
sources/pyside6/tests/QtWidgets/bug_836.py
sources/pyside6/tests/QtWidgets/bug_844.py
sources/pyside6/tests/QtWidgets/bug_854.py
sources/pyside6/tests/QtWidgets/bug_860.py
sources/pyside6/tests/QtWidgets/bug_862.py
sources/pyside6/tests/QtWidgets/bug_871.py
sources/pyside6/tests/QtWidgets/bug_879.py
sources/pyside6/tests/QtWidgets/bug_919.py
sources/pyside6/tests/QtWidgets/bug_921.py
sources/pyside6/tests/QtWidgets/bug_941.py
sources/pyside6/tests/QtWidgets/bug_964.py
sources/pyside6/tests/QtWidgets/bug_967.py
sources/pyside6/tests/QtWidgets/bug_972.py
sources/pyside6/tests/QtWidgets/bug_979.py
sources/pyside6/tests/QtWidgets/bug_988.py
sources/pyside6/tests/QtWidgets/bug_998.py
sources/pyside6/tests/QtWidgets/customproxywidget_test.py
sources/pyside6/tests/QtWidgets/grandparent_method_test.py
sources/pyside6/tests/QtWidgets/hashabletype_test.py
sources/pyside6/tests/QtWidgets/import_test.py
sources/pyside6/tests/QtWidgets/keep_reference_test.py
sources/pyside6/tests/QtWidgets/missing_symbols_test.py
sources/pyside6/tests/QtWidgets/paint_event_test.py
sources/pyside6/tests/QtWidgets/parent_method_test.py
sources/pyside6/tests/QtWidgets/private_mangle_test.py
sources/pyside6/tests/QtWidgets/python_properties_test.py
sources/pyside6/tests/QtWidgets/qabstracttextdocumentlayout_test.py
sources/pyside6/tests/QtWidgets/qaccessible_test.py
sources/pyside6/tests/QtWidgets/qaction_test.py
sources/pyside6/tests/QtWidgets/qapp_issue_585.py
sources/pyside6/tests/QtWidgets/qapp_test.py
sources/pyside6/tests/QtWidgets/qapplication_exit_segfault_test.py
sources/pyside6/tests/QtWidgets/qapplication_test.py
sources/pyside6/tests/QtWidgets/qcolormap_test.py
sources/pyside6/tests/QtWidgets/qdialog_test.py
sources/pyside6/tests/QtWidgets/qdynamic_signal.py
sources/pyside6/tests/QtWidgets/qfontdialog_test.py
sources/pyside6/tests/QtWidgets/qformlayout_test.py
sources/pyside6/tests/QtWidgets/qgraphicsitem_isblocked_test.py
sources/pyside6/tests/QtWidgets/qgraphicsitem_test.py
sources/pyside6/tests/QtWidgets/qgraphicsobjectreimpl_test.py
sources/pyside6/tests/QtWidgets/qgraphicsproxywidget_test.py
sources/pyside6/tests/QtWidgets/qgraphicsscene_test.py
sources/pyside6/tests/QtWidgets/qinputdialog_get_test.py
sources/pyside6/tests/QtWidgets/qkeysequenceedit_test.py
sources/pyside6/tests/QtWidgets/qlabel_test.py
sources/pyside6/tests/QtWidgets/qlayout_ref_test.py
sources/pyside6/tests/QtWidgets/qlayout_test.py
sources/pyside6/tests/QtWidgets/qlcdnumber_test.py
sources/pyside6/tests/QtWidgets/qlistwidget_test.py
sources/pyside6/tests/QtWidgets/qlistwidgetitem_test.py
sources/pyside6/tests/QtWidgets/qmainwindow_test.py
sources/pyside6/tests/QtWidgets/qmenu_test.py
sources/pyside6/tests/QtWidgets/qmenuadd_test.py
sources/pyside6/tests/QtWidgets/qobject_mi_test.py
sources/pyside6/tests/QtWidgets/qpicture_test.py
sources/pyside6/tests/QtWidgets/qpushbutton_test.py
sources/pyside6/tests/QtWidgets/qsplitter_test.py
sources/pyside6/tests/QtWidgets/qstyle_test.py
sources/pyside6/tests/QtWidgets/qstyleoption_test.py
sources/pyside6/tests/QtWidgets/qtableview_test.py
sources/pyside6/tests/QtWidgets/qtabwidget_test.py
sources/pyside6/tests/QtWidgets/qtabwidgetclear_test.py
sources/pyside6/tests/QtWidgets/qtextedit_signal_test.py
sources/pyside6/tests/QtWidgets/qtextedit_test.py
sources/pyside6/tests/QtWidgets/qtoolbar_test.py
sources/pyside6/tests/QtWidgets/qtoolbox_test.py
sources/pyside6/tests/QtWidgets/qtreeview_test.py
sources/pyside6/tests/QtWidgets/qtreewidget_test.py
sources/pyside6/tests/QtWidgets/qtreewidgetitem_test.py
sources/pyside6/tests/QtWidgets/qvariant_test.py
sources/pyside6/tests/QtWidgets/qwidget_setlayout_test.py
sources/pyside6/tests/QtWidgets/qwidget_test.py
sources/pyside6/tests/QtWidgets/reference_count_test.py
sources/pyside6/tests/QtWidgets/signature_test.py
sources/pyside6/tests/QtWidgets/standardpixmap_test.py
sources/pyside6/tests/QtWidgets/test_module_template.py
sources/pyside6/tests/QtWidgets/virtual_protected_inheritance_test.py
sources/pyside6/tests/QtWidgets/virtual_pure_override_test.py
sources/pyside6/tests/QtWidgets/wrong_return_test.py
sources/pyside6/tests/QtXml/qdomdocument_test.py
sources/pyside6/tests/init_paths.py
sources/pyside6/tests/mac/qmacstyle_test.py
sources/pyside6/tests/manually/bug_841.py
sources/pyside6/tests/manually/lazytiming.py
sources/pyside6/tests/manually/sizebench.py [new file with mode: 0644]
sources/pyside6/tests/pysidetest/CMakeLists.txt
sources/pyside6/tests/pysidetest/all_modules_load_test.py
sources/pyside6/tests/pysidetest/bug_1016.py
sources/pyside6/tests/pysidetest/connection.h [new file with mode: 0644]
sources/pyside6/tests/pysidetest/constructor_properties_test.py
sources/pyside6/tests/pysidetest/container_test.py
sources/pyside6/tests/pysidetest/decoratedslot_test.py
sources/pyside6/tests/pysidetest/delegatecreateseditor_test.py
sources/pyside6/tests/pysidetest/enum_test.py
sources/pyside6/tests/pysidetest/homonymoussignalandmethod_test.py
sources/pyside6/tests/pysidetest/iterable_test.py
sources/pyside6/tests/pysidetest/list_signal_test.py
sources/pyside6/tests/pysidetest/mixin_signal_slots_test.py
sources/pyside6/tests/pysidetest/mock_as_slot_test.py
sources/pyside6/tests/pysidetest/modelview_test.py
sources/pyside6/tests/pysidetest/multiple_inheritance_test.py
sources/pyside6/tests/pysidetest/mypy_correctness_test.py [new file with mode: 0644]
sources/pyside6/tests/pysidetest/new_inherited_functions_test.py
sources/pyside6/tests/pysidetest/notify_id.py
sources/pyside6/tests/pysidetest/properties_test.py
sources/pyside6/tests/pysidetest/property_python_test.py
sources/pyside6/tests/pysidetest/pyenum_relax_options_and_lazy_star_test.py [new file with mode: 0644]
sources/pyside6/tests/pysidetest/pyenum_relax_options_test.py [deleted file]
sources/pyside6/tests/pysidetest/pysidetest_global.h
sources/pyside6/tests/pysidetest/qapp_like_a_macro_test.py
sources/pyside6/tests/pysidetest/qvariant_test.py
sources/pyside6/tests/pysidetest/repr_test.py
sources/pyside6/tests/pysidetest/shared_pointer_test.py
sources/pyside6/tests/pysidetest/signal_slot_warning.py
sources/pyside6/tests/pysidetest/signal_tp_descr_get_test.py
sources/pyside6/tests/pysidetest/signalandnamespace_test.py
sources/pyside6/tests/pysidetest/signalemissionfrompython_test.py
sources/pyside6/tests/pysidetest/signalinstance_equality_test.py
sources/pyside6/tests/pysidetest/signalwithdefaultvalue_test.py
sources/pyside6/tests/pysidetest/snake_case_sub.py
sources/pyside6/tests/pysidetest/snake_case_test.py
sources/pyside6/tests/pysidetest/testobject.cpp
sources/pyside6/tests/pysidetest/testobject.h
sources/pyside6/tests/pysidetest/testview.h
sources/pyside6/tests/pysidetest/true_property_test.py
sources/pyside6/tests/pysidetest/typedef_signal_test.py
sources/pyside6/tests/pysidetest/typesystem_pysidetest.xml
sources/pyside6/tests/pysidetest/version_test.py
sources/pyside6/tests/registry/existence_test.py
sources/pyside6/tests/registry/init_platform.py
sources/pyside6/tests/registry/scrape_testresults.py
sources/pyside6/tests/registry/util.py
sources/pyside6/tests/signals/anonymous_slot_leak_test.py
sources/pyside6/tests/signals/args_dont_match_test.py
sources/pyside6/tests/signals/bug_189.py
sources/pyside6/tests/signals/bug_311.py
sources/pyside6/tests/signals/bug_312.py
sources/pyside6/tests/signals/bug_319.py
sources/pyside6/tests/signals/bug_79.py
sources/pyside6/tests/signals/decorators_test.py
sources/pyside6/tests/signals/disconnect_test.py
sources/pyside6/tests/signals/invalid_callback_test.py
sources/pyside6/tests/signals/lambda_gui_test.py
sources/pyside6/tests/signals/lambda_test.py
sources/pyside6/tests/signals/leaking_signal_test.py
sources/pyside6/tests/signals/multiple_connections_gui_test.py
sources/pyside6/tests/signals/multiple_connections_test.py
sources/pyside6/tests/signals/pysignal_test.py
sources/pyside6/tests/signals/qobject_callable_connect_test.py
sources/pyside6/tests/signals/qobject_destroyed_test.py
sources/pyside6/tests/signals/qobject_receivers_test.py
sources/pyside6/tests/signals/qobject_sender_test.py
sources/pyside6/tests/signals/ref01_test.py
sources/pyside6/tests/signals/ref02_test.py
sources/pyside6/tests/signals/ref03_test.py
sources/pyside6/tests/signals/ref04_test.py
sources/pyside6/tests/signals/ref05_test.py
sources/pyside6/tests/signals/ref06_test.py
sources/pyside6/tests/signals/segfault_proxyparent_test.py
sources/pyside6/tests/signals/self_connect_test.py
sources/pyside6/tests/signals/short_circuit_test.py
sources/pyside6/tests/signals/signal2signal_connect_test.py
sources/pyside6/tests/signals/signal_across_threads.py
sources/pyside6/tests/signals/signal_autoconnect_test.py
sources/pyside6/tests/signals/signal_connectiontype_support_test.py
sources/pyside6/tests/signals/signal_emission_gui_test.py
sources/pyside6/tests/signals/signal_emission_test.py
sources/pyside6/tests/signals/signal_enum_test.py
sources/pyside6/tests/signals/signal_func_test.py
sources/pyside6/tests/signals/signal_manager_refcount_test.py
sources/pyside6/tests/signals/signal_newenum_test.py
sources/pyside6/tests/signals/signal_number_limit_test.py
sources/pyside6/tests/signals/signal_object_test.py
sources/pyside6/tests/signals/signal_signature_test.py
sources/pyside6/tests/signals/signal_with_primitive_type_test.py
sources/pyside6/tests/signals/slot_reference_count_test.py
sources/pyside6/tests/signals/static_metaobject_test.py
sources/pyside6/tests/support/voidptr_test.py
sources/pyside6/tests/tools/list-class-hierarchy.py
sources/pyside6/tests/tools/metaobjectdump/test_metaobjectdump.py
sources/pyside6/tests/tools/pyside6-android-deploy/extensive_android_deploy_test.py
sources/pyside6/tests/tools/pyside6-android-deploy/test_pyside6_android_deploy.py
sources/pyside6/tests/tools/pyside6-deploy/extensive_deploy_test.py
sources/pyside6/tests/tools/pyside6-deploy/test_pyside6_deploy.py
sources/pyside6/tests/tools/pyside6-project/CMakeLists.txt [new file with mode: 0644]
sources/pyside6/tests/tools/pyside6-project/example_drumpad/Drumpad.qmlproject [new file with mode: 0644]
sources/pyside6/tests/tools/pyside6-project/example_drumpad/Drumpad.qrc [new file with mode: 0644]
sources/pyside6/tests/tools/pyside6-project/example_drumpad/Drumpad/TestComponent.qml [new file with mode: 0644]
sources/pyside6/tests/tools/pyside6-project/example_drumpad/Drumpad/qmldir [new file with mode: 0644]
sources/pyside6/tests/tools/pyside6-project/example_drumpad/DrumpadContent/App.qml [new file with mode: 0644]
sources/pyside6/tests/tools/pyside6-project/example_drumpad/DrumpadContent/MainScreen.ui.qml [new file with mode: 0644]
sources/pyside6/tests/tools/pyside6-project/example_drumpad/DrumpadContent/qmldir [new file with mode: 0644]
sources/pyside6/tests/tools/pyside6-project/example_drumpad/Python/.pyproject [new file with mode: 0644]
sources/pyside6/tests/tools/pyside6-project/example_drumpad/Python/autogen/settings.py [new file with mode: 0644]
sources/pyside6/tests/tools/pyside6-project/example_drumpad/Python/main.py [new file with mode: 0644]
sources/pyside6/tests/tools/pyside6-project/example_drumpad/Resources/resource1.txt [new file with mode: 0644]
sources/pyside6/tests/tools/pyside6-project/example_drumpad/Resources/resource2.txt [new file with mode: 0644]
sources/pyside6/tests/tools/pyside6-project/example_drumpad/qtquickcontrols2.conf [new file with mode: 0644]
sources/pyside6/tests/tools/pyside6-project/test_pyside6_project.py [new file with mode: 0644]
sources/pyside6/tests/tools/pyside6-qml/test_pyside6_qml.py
sources/pyside6/tests/util/color.py
sources/pyside6/tests/util/helper/basicpyslotcase.py
sources/pyside6/tests/util/helper/docmodifier.py
sources/pyside6/tests/util/helper/helper.py
sources/pyside6/tests/util/helper/timedqapplication.py
sources/pyside6/tests/util/helper/timedqguiapplication.py
sources/pyside6/tests/util/helper/usesqapplication.py
sources/pyside6/tests/util/httpd.py
sources/pyside6/tests/util/processtimer.py
sources/pyside6/tests/util/test_processtimer.py
sources/pyside6/tests/util/valgrind-python.supp
sources/shiboken6/.cmake.conf
sources/shiboken6/AUTHORS
sources/shiboken6/ApiExtractor/AUTHORS
sources/shiboken6/ApiExtractor/CMakeLists.txt
sources/shiboken6/ApiExtractor/abstractmetabuilder.cpp
sources/shiboken6/ApiExtractor/abstractmetabuilder_helpers.cpp
sources/shiboken6/ApiExtractor/abstractmetabuilder_p.h
sources/shiboken6/ApiExtractor/abstractmetaenum.cpp
sources/shiboken6/ApiExtractor/abstractmetafield.cpp
sources/shiboken6/ApiExtractor/abstractmetafunction.cpp
sources/shiboken6/ApiExtractor/abstractmetafunction.h
sources/shiboken6/ApiExtractor/abstractmetalang.cpp
sources/shiboken6/ApiExtractor/abstractmetalang.h
sources/shiboken6/ApiExtractor/abstractmetalang_typedefs.h
sources/shiboken6/ApiExtractor/abstractmetatype.cpp
sources/shiboken6/ApiExtractor/addedfunction.cpp
sources/shiboken6/ApiExtractor/anystringview_helpers.cpp
sources/shiboken6/ApiExtractor/anystringview_helpers.h
sources/shiboken6/ApiExtractor/apiextractor.cpp
sources/shiboken6/ApiExtractor/apiextractor.h
sources/shiboken6/ApiExtractor/apiextractorresult.h
sources/shiboken6/ApiExtractor/clangparser/clangbuilder.cpp
sources/shiboken6/ApiExtractor/clangparser/clangbuilder.h
sources/shiboken6/ApiExtractor/clangparser/clangdebugutils.cpp
sources/shiboken6/ApiExtractor/clangparser/clangparser.cpp
sources/shiboken6/ApiExtractor/clangparser/clangparser.h
sources/shiboken6/ApiExtractor/clangparser/clangutils.cpp
sources/shiboken6/ApiExtractor/clangparser/compilersupport.cpp
sources/shiboken6/ApiExtractor/clangparser/compilersupport.h
sources/shiboken6/ApiExtractor/classdocumentation.cpp
sources/shiboken6/ApiExtractor/classdocumentation.h
sources/shiboken6/ApiExtractor/complextypeentry.h
sources/shiboken6/ApiExtractor/conditionalstreamreader.cpp
sources/shiboken6/ApiExtractor/docparser.h
sources/shiboken6/ApiExtractor/documentation.cpp
sources/shiboken6/ApiExtractor/documentation.h
sources/shiboken6/ApiExtractor/documentation_enums.h [new file with mode: 0644]
sources/shiboken6/ApiExtractor/doxygenparser.cpp
sources/shiboken6/ApiExtractor/doxygenparser.h
sources/shiboken6/ApiExtractor/enclosingclassmixin.h
sources/shiboken6/ApiExtractor/graph.h
sources/shiboken6/ApiExtractor/messages.cpp
sources/shiboken6/ApiExtractor/messages.h
sources/shiboken6/ApiExtractor/modifications.h
sources/shiboken6/ApiExtractor/parser/codemodel.cpp
sources/shiboken6/ApiExtractor/parser/codemodel.h
sources/shiboken6/ApiExtractor/parser/enumvalue.h
sources/shiboken6/ApiExtractor/parser/typeinfo.cpp
sources/shiboken6/ApiExtractor/parser/typeinfo.h
sources/shiboken6/ApiExtractor/predefined_templates.cpp
sources/shiboken6/ApiExtractor/propertyspec.cpp
sources/shiboken6/ApiExtractor/qtdocparser.cpp
sources/shiboken6/ApiExtractor/qtdocparser.h
sources/shiboken6/ApiExtractor/reporthandler.cpp
sources/shiboken6/ApiExtractor/tests/CMakeLists.txt
sources/shiboken6/ApiExtractor/tests/testcontainer.cpp
sources/shiboken6/ApiExtractor/tests/testdtorinformation.cpp
sources/shiboken6/ApiExtractor/tests/testfunctiontag.cpp
sources/shiboken6/ApiExtractor/tests/testmodifydocumentation.cpp
sources/shiboken6/ApiExtractor/tests/testnamespace.cpp
sources/shiboken6/ApiExtractor/tests/testnumericaltypedef.cpp
sources/shiboken6/ApiExtractor/tests/testprimitivetypetag.cpp
sources/shiboken6/ApiExtractor/tests/testrefcounttag.cpp
sources/shiboken6/ApiExtractor/tests/testreferencetopointer.cpp
sources/shiboken6/ApiExtractor/tests/testremovefield.cpp
sources/shiboken6/ApiExtractor/tests/testremoveoperatormethod.cpp
sources/shiboken6/ApiExtractor/tests/testreverseoperators.cpp
sources/shiboken6/ApiExtractor/tests/testtemplates.cpp
sources/shiboken6/ApiExtractor/tests/testtoposort.cpp
sources/shiboken6/ApiExtractor/tests/testtyperevision.cpp
sources/shiboken6/ApiExtractor/textstream.cpp
sources/shiboken6/ApiExtractor/typedatabase.cpp
sources/shiboken6/ApiExtractor/typedatabase.h
sources/shiboken6/ApiExtractor/typeparser.cpp
sources/shiboken6/ApiExtractor/typesystem.cpp
sources/shiboken6/ApiExtractor/typesystem_enums.h
sources/shiboken6/ApiExtractor/typesystemparser.cpp
sources/shiboken6/ApiExtractor/typesystemtypeentry.h
sources/shiboken6/ApiExtractor/xmlutils.cpp
sources/shiboken6/CMakeLists.txt
sources/shiboken6/COPYING.libsample
sources/shiboken6/COPYING.libshiboken
sources/shiboken6/cmake/ShibokenHelpers.cmake
sources/shiboken6/config.tests/target_python_info/CMakeLists.txt
sources/shiboken6/config.tests/target_qt_info/CMakeLists.txt
sources/shiboken6/data/CMakeLists.txt
sources/shiboken6/data/docgenerator.1
sources/shiboken6/data/generatorrunner.1
sources/shiboken6/data/generatorrunner.pc.in
sources/shiboken6/doc/_static/css/qt_style.css
sources/shiboken6/doc/examples/index.rst
sources/shiboken6/doc/scripts/patch_qhp.py
sources/shiboken6/doc/shibokengenerator.rst
sources/shiboken6/doc/shibokenmodule.rst
sources/shiboken6/doc/typesystem.rst
sources/shiboken6/doc/typesystem_arguments.rst
sources/shiboken6/doc/typesystem_codegeneration.rst
sources/shiboken6/doc/typesystem_containers.rst
sources/shiboken6/doc/typesystem_conversionrule.rst
sources/shiboken6/doc/typesystem_documentation.rst
sources/shiboken6/doc/typesystem_manipulating_objects.rst
sources/shiboken6/doc/typesystem_modify_function.rst [deleted file]
sources/shiboken6/doc/typesystem_solving_compilation.rst
sources/shiboken6/doc/typesystem_specifying_types.rst
sources/shiboken6/doc/typesystem_templates.rst
sources/shiboken6/doc/typesystem_variables.rst
sources/shiboken6/generator/generator.cpp
sources/shiboken6/generator/generator.h
sources/shiboken6/generator/generatorcontext.cpp
sources/shiboken6/generator/generatorcontext.h
sources/shiboken6/generator/main.cpp
sources/shiboken6/generator/qtdoc/qtdocgenerator.cpp
sources/shiboken6/generator/qtdoc/qtdocgenerator.h
sources/shiboken6/generator/qtdoc/qtxmltosphinx.cpp
sources/shiboken6/generator/qtdoc/qtxmltosphinx.h
sources/shiboken6/generator/qtdoc/qtxmltosphinxinterface.h
sources/shiboken6/generator/shiboken/cppgenerator.cpp
sources/shiboken6/generator/shiboken/cppgenerator.h
sources/shiboken6/generator/shiboken/cppgenerator_container.cpp
sources/shiboken6/generator/shiboken/cppgenerator_smartpointer.cpp
sources/shiboken6/generator/shiboken/headergenerator.cpp
sources/shiboken6/generator/shiboken/headergenerator.h
sources/shiboken6/generator/shiboken/overloaddata.cpp
sources/shiboken6/generator/shiboken/overloaddata.h
sources/shiboken6/generator/shiboken/shibokengenerator.cpp
sources/shiboken6/generator/shiboken/shibokengenerator.h
sources/shiboken6/libshiboken/CMakeLists.txt
sources/shiboken6/libshiboken/basewrapper.cpp
sources/shiboken6/libshiboken/basewrapper.h
sources/shiboken6/libshiboken/basewrapper_p.h
sources/shiboken6/libshiboken/bindingmanager.cpp
sources/shiboken6/libshiboken/bindingmanager.h
sources/shiboken6/libshiboken/embed/embedding_generator.py
sources/shiboken6/libshiboken/embed/module_collector.py
sources/shiboken6/libshiboken/embed/signature_bootstrap.py
sources/shiboken6/libshiboken/gilstate.cpp
sources/shiboken6/libshiboken/gilstate.h
sources/shiboken6/libshiboken/helper.cpp
sources/shiboken6/libshiboken/pep384ext.h
sources/shiboken6/libshiboken/pep384impl.cpp
sources/shiboken6/libshiboken/pep384impl.h
sources/shiboken6/libshiboken/sbkarrayconverter.cpp
sources/shiboken6/libshiboken/sbkarrayconverter.h
sources/shiboken6/libshiboken/sbkconverter.cpp
sources/shiboken6/libshiboken/sbkconverter.h
sources/shiboken6/libshiboken/sbkconverter_p.h
sources/shiboken6/libshiboken/sbkcppstring.cpp
sources/shiboken6/libshiboken/sbkenum.cpp
sources/shiboken6/libshiboken/sbkenum.h
sources/shiboken6/libshiboken/sbkerrors.cpp
sources/shiboken6/libshiboken/sbkerrors.h
sources/shiboken6/libshiboken/sbkfeature_base.cpp
sources/shiboken6/libshiboken/sbkmodule.cpp
sources/shiboken6/libshiboken/sbkmodule.h
sources/shiboken6/libshiboken/sbkpython.h
sources/shiboken6/libshiboken/sbkstring.cpp
sources/shiboken6/libshiboken/sbkstring.h
sources/shiboken6/libshiboken/sbktypefactory.cpp
sources/shiboken6/libshiboken/shiboken.h
sources/shiboken6/libshiboken/shibokenbuffer.h
sources/shiboken6/libshiboken/signature.h
sources/shiboken6/libshiboken/signature/signature.cpp
sources/shiboken6/libshiboken/signature/signature_extend.cpp
sources/shiboken6/libshiboken/signature/signature_globals.cpp
sources/shiboken6/libshiboken/signature/signature_helper.cpp
sources/shiboken6/libshiboken/signature_p.h
sources/shiboken6/libshiboken/threadstatesaver.cpp
sources/shiboken6/libshiboken/threadstatesaver.h
sources/shiboken6/libshiboken/voidptr.cpp
sources/shiboken6/shiboken_tool.py
sources/shiboken6/shiboken_version.py
sources/shiboken6/shibokenmodule/Shiboken.pyi
sources/shiboken6/shibokenmodule/files.dir/shibokensupport/__init__.py
sources/shiboken6/shibokenmodule/files.dir/shibokensupport/feature.py
sources/shiboken6/shibokenmodule/files.dir/shibokensupport/fix-complaints.py
sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/__init__.py
sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/errorhandler.py
sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/importhandler.py
sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/layout.py
sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/lib/__init__.py
sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/lib/enum_sig.py
sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/lib/pyi_generator.py
sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/lib/tool.py
sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/loader.py
sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/mapping.py
sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/parser.py
sources/shiboken6/shibokenmodule/shibokenmodule.cpp
sources/shiboken6/shibokenmodule/typesystem_shiboken.xml
sources/shiboken6/tests/libminimal/CMakeLists.txt
sources/shiboken6/tests/libminimal/listuser.h
sources/shiboken6/tests/libminimal/obj.cpp
sources/shiboken6/tests/libminimal/obj.h
sources/shiboken6/tests/libminimal/val.h
sources/shiboken6/tests/libother/CMakeLists.txt
sources/shiboken6/tests/libother/othermultiplederived.h
sources/shiboken6/tests/libsample/CMakeLists.txt
sources/shiboken6/tests/libsample/collector.h
sources/shiboken6/tests/libsample/complex.h
sources/shiboken6/tests/libsample/derived.h
sources/shiboken6/tests/libsample/filter.h
sources/shiboken6/tests/libsample/injectcode.h
sources/shiboken6/tests/libsample/listuser.h
sources/shiboken6/tests/libsample/main.cpp
sources/shiboken6/tests/libsample/modified_constructor.cpp
sources/shiboken6/tests/libsample/modified_constructor.h
sources/shiboken6/tests/libsample/noimplicitconversion.h
sources/shiboken6/tests/libsmart/CMakeLists.txt
sources/shiboken6/tests/libsmart/stdsharedptrtestbench.cpp
sources/shiboken6/tests/libsmart/stdsharedptrtestbench.h
sources/shiboken6/tests/minimalbinding/CMakeLists.txt
sources/shiboken6/tests/minimalbinding/brace_pattern_test.py
sources/shiboken6/tests/minimalbinding/containeruser_test.py
sources/shiboken6/tests/minimalbinding/listuser_test.py
sources/shiboken6/tests/minimalbinding/minbool_test.py
sources/shiboken6/tests/minimalbinding/obj_test.py
sources/shiboken6/tests/minimalbinding/spanuser_test.py
sources/shiboken6/tests/minimalbinding/typedef_test.py
sources/shiboken6/tests/minimalbinding/val_test.py
sources/shiboken6/tests/otherbinding/CMakeLists.txt
sources/shiboken6/tests/otherbinding/collector_external_operator_test.py
sources/shiboken6/tests/otherbinding/conversion_operator_for_class_without_implicit_conversions_test.py
sources/shiboken6/tests/otherbinding/extended_multiply_operator_test.py
sources/shiboken6/tests/otherbinding/module_reload_test.py
sources/shiboken6/tests/otherbinding/new_ctor_operator_test.py
sources/shiboken6/tests/otherbinding/objtypehashes_test.py
sources/shiboken6/tests/otherbinding/otherderived_test.py
sources/shiboken6/tests/otherbinding/othertypesystypedef_test.py
sources/shiboken6/tests/otherbinding/signature_test.py
sources/shiboken6/tests/otherbinding/smartptr_test.py
sources/shiboken6/tests/otherbinding/star_import_test.py
sources/shiboken6/tests/otherbinding/test_module_template.py
sources/shiboken6/tests/otherbinding/typediscovery_test.py
sources/shiboken6/tests/otherbinding/usersprimitivefromothermodule_test.py
sources/shiboken6/tests/otherbinding/wrongctor_test.py
sources/shiboken6/tests/qtxmltosphinx/main.cpp
sources/shiboken6/tests/qtxmltosphinxtest/qtxmltosphinxtest.cpp
sources/shiboken6/tests/samplebinding/CMakeLists.txt
sources/shiboken6/tests/samplebinding/__del___test.py
sources/shiboken6/tests/samplebinding/abstract_test.py
sources/shiboken6/tests/samplebinding/addedfunction_test.py
sources/shiboken6/tests/samplebinding/addedfunction_with_container_args_test.py
sources/shiboken6/tests/samplebinding/argumentmodifications_test.py
sources/shiboken6/tests/samplebinding/array_numpy_test.py
sources/shiboken6/tests/samplebinding/array_sequence_test.py
sources/shiboken6/tests/samplebinding/bug_554_test.py
sources/shiboken6/tests/samplebinding/bug_704_test.py
sources/shiboken6/tests/samplebinding/bytearray_test.py
sources/shiboken6/tests/samplebinding/child_return_test.py
sources/shiboken6/tests/samplebinding/class_fields_test.py
sources/shiboken6/tests/samplebinding/collector_test.py
sources/shiboken6/tests/samplebinding/complex_test.py
sources/shiboken6/tests/samplebinding/conversion_operator_test.py
sources/shiboken6/tests/samplebinding/copy_test.py
sources/shiboken6/tests/samplebinding/ctorconvrule_test.py
sources/shiboken6/tests/samplebinding/cyclic_test.py
sources/shiboken6/tests/samplebinding/date_test.py
sources/shiboken6/tests/samplebinding/decisor_test.py
sources/shiboken6/tests/samplebinding/delete_test.py
sources/shiboken6/tests/samplebinding/deprecated_test.py
sources/shiboken6/tests/samplebinding/derived_test.py
sources/shiboken6/tests/samplebinding/duck_punching_test.py
sources/shiboken6/tests/samplebinding/echo_test.py
sources/shiboken6/tests/samplebinding/enum_test.py
sources/shiboken6/tests/samplebinding/enumfromremovednamespace_test.py
sources/shiboken6/tests/samplebinding/event_loop_call_virtual_test.py
sources/shiboken6/tests/samplebinding/event_loop_thread_test.py
sources/shiboken6/tests/samplebinding/exception_test.py
sources/shiboken6/tests/samplebinding/filter_test.py
sources/shiboken6/tests/samplebinding/handleholder_test.py
sources/shiboken6/tests/samplebinding/hashabletype_test.py
sources/shiboken6/tests/samplebinding/ignorederefop_test.py
sources/shiboken6/tests/samplebinding/implicitconv_numerical_test.py
sources/shiboken6/tests/samplebinding/implicitconv_test.py
sources/shiboken6/tests/samplebinding/inheritanceandscope_test.py
sources/shiboken6/tests/samplebinding/injectcode_test.py
sources/shiboken6/tests/samplebinding/innerclass_test.py
sources/shiboken6/tests/samplebinding/intlist_test.py
sources/shiboken6/tests/samplebinding/intwrapper_test.py
sources/shiboken6/tests/samplebinding/invalid_virtual_return_test.py
sources/shiboken6/tests/samplebinding/keep_reference_test.py
sources/shiboken6/tests/samplebinding/list_test.py
sources/shiboken6/tests/samplebinding/lock_test.py
sources/shiboken6/tests/samplebinding/map_test.py
sources/shiboken6/tests/samplebinding/metaclass_test.py
sources/shiboken6/tests/samplebinding/mi_virtual_methods_test.py
sources/shiboken6/tests/samplebinding/mixed_mi_test.py
sources/shiboken6/tests/samplebinding/modelindex_test.py
sources/shiboken6/tests/samplebinding/modelview_test.py
sources/shiboken6/tests/samplebinding/modifications_test.py
sources/shiboken6/tests/samplebinding/modified_constructor_test.py
sources/shiboken6/tests/samplebinding/modifiedvirtualmethods_test.py
sources/shiboken6/tests/samplebinding/multi_cpp_inheritance_test.py
sources/shiboken6/tests/samplebinding/multiple_derived_test.py
sources/shiboken6/tests/samplebinding/namespace_test.py
sources/shiboken6/tests/samplebinding/newdivision_test.py
sources/shiboken6/tests/samplebinding/nondefaultctor_test.py
sources/shiboken6/tests/samplebinding/nontypetemplate_test.py
sources/shiboken6/tests/samplebinding/nonzero_test.py
sources/shiboken6/tests/samplebinding/numericaltypedef_test.py
sources/shiboken6/tests/samplebinding/numpy_test.py
sources/shiboken6/tests/samplebinding/objecttype_test.py
sources/shiboken6/tests/samplebinding/objecttype_with_named_args_test.py
sources/shiboken6/tests/samplebinding/objecttypebyvalue_test.py
sources/shiboken6/tests/samplebinding/objecttypelayout_test.py
sources/shiboken6/tests/samplebinding/objecttypeoperators_test.py
sources/shiboken6/tests/samplebinding/objecttypereferenceasvirtualmethodargument_test.py
sources/shiboken6/tests/samplebinding/oddbool_test.py
sources/shiboken6/tests/samplebinding/onlycopyclass_test.py
sources/shiboken6/tests/samplebinding/overflow_test.py
sources/shiboken6/tests/samplebinding/overload_sorting_test.py
sources/shiboken6/tests/samplebinding/overload_test.py
sources/shiboken6/tests/samplebinding/overloadwithdefault_test.py
sources/shiboken6/tests/samplebinding/ownership_argument_invalidation_test.py
sources/shiboken6/tests/samplebinding/ownership_delete_child_in_cpp_test.py
sources/shiboken6/tests/samplebinding/ownership_delete_child_in_python_test.py
sources/shiboken6/tests/samplebinding/ownership_delete_parent_test.py
sources/shiboken6/tests/samplebinding/ownership_invalidate_after_use_test.py
sources/shiboken6/tests/samplebinding/ownership_invalidate_child_test.py
sources/shiboken6/tests/samplebinding/ownership_invalidate_nonpolymorphic_test.py
sources/shiboken6/tests/samplebinding/ownership_invalidate_parent_test.py
sources/shiboken6/tests/samplebinding/ownership_reparenting_test.py
sources/shiboken6/tests/samplebinding/ownership_transference_test.py
sources/shiboken6/tests/samplebinding/pair_test.py
sources/shiboken6/tests/samplebinding/pen_test.py
sources/shiboken6/tests/samplebinding/point_test.py
sources/shiboken6/tests/samplebinding/pointerholder_test.py
sources/shiboken6/tests/samplebinding/pointerprimitivetype_test.py
sources/shiboken6/tests/samplebinding/pointf_test.py
sources/shiboken6/tests/samplebinding/primitivereferenceargument_test.py
sources/shiboken6/tests/samplebinding/privatector_test.py
sources/shiboken6/tests/samplebinding/privatedtor_test.py
sources/shiboken6/tests/samplebinding/protected_test.py
sources/shiboken6/tests/samplebinding/pstrlist_test.py
sources/shiboken6/tests/samplebinding/pystr_test.py
sources/shiboken6/tests/samplebinding/python_thread_test.py
sources/shiboken6/tests/samplebinding/receive_null_cstring_test.py
sources/shiboken6/tests/samplebinding/reference_test.py
sources/shiboken6/tests/samplebinding/referencetopointer_test.py
sources/shiboken6/tests/samplebinding/renaming_test.py
sources/shiboken6/tests/samplebinding/return_null_test.py
sources/shiboken6/tests/samplebinding/richcompare_test.py
sources/shiboken6/tests/samplebinding/sample_test.py
sources/shiboken6/tests/samplebinding/simplefile_test.py
sources/shiboken6/tests/samplebinding/size_test.py
sources/shiboken6/tests/samplebinding/snakecase_test.py
sources/shiboken6/tests/samplebinding/static_nonstatic_methods_test.py
sources/shiboken6/tests/samplebinding/stdcomplex_test.py
sources/shiboken6/tests/samplebinding/str_test.py
sources/shiboken6/tests/samplebinding/strlist_test.py
sources/shiboken6/tests/samplebinding/templateinheritingclass_test.py
sources/shiboken6/tests/samplebinding/time_test.py
sources/shiboken6/tests/samplebinding/transform_test.py
sources/shiboken6/tests/samplebinding/typeconverters_test.py
sources/shiboken6/tests/samplebinding/typedealloc_test.py
sources/shiboken6/tests/samplebinding/typedtordoublefree_test.py
sources/shiboken6/tests/samplebinding/typesystem_sample.xml
sources/shiboken6/tests/samplebinding/typesystypedef_test.py
sources/shiboken6/tests/samplebinding/unsafe_parent_test.py
sources/shiboken6/tests/samplebinding/useraddedctor_test.py
sources/shiboken6/tests/samplebinding/virtualdtor_test.py
sources/shiboken6/tests/samplebinding/virtualmethods_test.py
sources/shiboken6/tests/samplebinding/visibilitychange_test.py
sources/shiboken6/tests/samplebinding/voidholder_test.py
sources/shiboken6/tests/samplebinding/weakref_test.py
sources/shiboken6/tests/samplebinding/writableclassdict_test.py
sources/shiboken6/tests/shiboken_paths.py
sources/shiboken6/tests/shiboken_test_helper.py
sources/shiboken6/tests/shibokenmodule/module_test.py
sources/shiboken6/tests/smartbinding/CMakeLists.txt
sources/shiboken6/tests/smartbinding/smart_pointer_test.py
sources/shiboken6/tests/smartbinding/std_optional_test.py
sources/shiboken6/tests/smartbinding/std_shared_ptr_test.py
sources/shiboken6/tests/smartbinding/std_unique_ptr_test.py
sources/shiboken6/tests/smartbinding/typesystem_smart.xml
sources/shiboken6/tests/test_generator/CMakeLists.txt
sources/shiboken6/tests/test_generator/dummygenerator.cpp
sources/shiboken6/tests/test_generator/dummygentest-project.txt.in
sources/shiboken6/tests/test_generator/dummygentest.cpp
sources/shiboken6/tests/test_generator/dummygentest.h
sources/shiboken6/tests/test_generator/dummygentestconfig.h.in
sources/shiboken6/tests/test_generator/main.cpp
testing/__init__.py
testing/blacklist.py
testing/buildlog.py
testing/command.py
testing/helper.py
testing/parser.py
testing/runner.py
testing/wheel_tester.py
testrunner.py
tools/broken_links.py [new file with mode: 0644]
tools/checklibs.py
tools/create_changelog.py
tools/cross_compile_android/android_utilities.py
tools/cross_compile_android/main.py
tools/cross_compile_android/requirements.txt
tools/cross_compile_android/templates/cross_compile.tmpl.sh
tools/cross_compile_android/templates/toolchain_default.tmpl.cmake
tools/debug_renamer.py
tools/debug_windows.py
tools/doc_modules.py
tools/dump_metaobject.py
tools/example_gallery/main.py
tools/install-p311.sh [new file with mode: 0755]
tools/leak_finder.py
tools/license_check.py
tools/metaobject_dump.py
tools/missing_bindings/config.py
tools/missing_bindings/main.py
tools/qtcpp2py.py
tools/regenerate_example_resources.py
tools/regenerate_example_ui.py
tools/release_notes/main.py [new file with mode: 0644]
tools/scanqtclasses.py [new file with mode: 0644]
tools/snippets_translate/converter.py
tools/snippets_translate/handlers.py
tools/snippets_translate/main.py
tools/snippets_translate/module_classes.py
tools/snippets_translate/override.py
tools/snippets_translate/parse_utils.py
tools/snippets_translate/tests/test_converter.py
tools/snippets_translate/tests/test_snippets.py
tools/uic_test.py
wheel_artifacts/pyproject.toml.base